CommunityToolkit.MVVM ObservableProperty and JsonIgnore
I have an observable property like so:
Is there any way to specify that the generated property be ignored for json serialization?
Is there any way to specify that the generated property be ignored for json serialization?