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
Right now, CommandParameters.Validate() returns System.ComponentModel.DataAnnotations.ValidationResult, which is a simple class that doesn't easily facilitate returning multiple errors for different properties. It would be nice to add a custom data structure that allows more informative validation messages.
The text was updated successfully, but these errors were encountered:
Right now,
CommandParameters.Validate()
returnsSystem.ComponentModel.DataAnnotations.ValidationResult
, which is a simple class that doesn't easily facilitate returning multiple errors for different properties. It would be nice to add a custom data structure that allows more informative validation messages.The text was updated successfully, but these errors were encountered: