❔ FluentValidation call all Validators
I have a validator that validates password and username. However, on if both are invalid, only the password errors are displayed in the exception. How can I force FluentValidation to run both validators?
3 Replies
how are you displaying your errors?
https://docs.fluentvalidation.net/en/latest/cascade.html
that seems to be the default
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.