CommunityToolkit
CommunityToolkit copied to clipboard
How to generate a property with a validation method using the [ObservableProperty] attribute?
Hi,everyone! Here's my question: When I use the [ObservableProperty] attribute, it generates a regular property without a validation method. If I need to validate this property, I have to write out the entire property, like this. Is there a better way to implement it?