You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataErrorInfoAdapter has been deprecated and removed from the library because the IDataErrorInfo interface is not supported in platforms other than full .NET, more specifically it is not supported in .NET Standard that the library is build on. However, there is another newer interface that has the same functionality but a bit more flexible: INotifyDataErrorInfo. You can find an example how to use the NotifyDataErrorInfoAdapter here: https://github.com/pglazkov/MvvmValidation/blob/master/Examples/FormValidationExample/Infrastructure/ValidatableViewModelBase.cs
In version 3.0.0 the error Type 'DataErrorInfoAdapter' is not defined shows up but not in v2.0.2?
The text was updated successfully, but these errors were encountered: