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?
5 Replies
You can also just do:
Only if you're using C# preview
Sergio isn't supporting partial property generation without
field
without
field
?The feature