MvvmGen should support an easy way to implement input validation with the INotifyDataErrorInfo interface.
- A
ValidationViewModelBase class is something that could make sense.
- A partial method that users could implement to return validation errors would also be great.
- Also check if there is an easy way to integrate this with common validation patterns, like Data Annotations and FluentValidation
Note: This issue might make sense when WinUI gets its input validation done: microsoft/microsoft-ui-xaml#179
MvvmGen should support an easy way to implement input validation with the
INotifyDataErrorInfointerface.ValidationViewModelBaseclass is something that could make sense.Note: This issue might make sense when WinUI gets its input validation done: microsoft/microsoft-ui-xaml#179