Fixed a regression where calling ValidateAsync with RuleForEach would no longer execute tasks sequentially (799).
7.6.101
Added support for RuleForEach to the testing extensions (238). Fixed a regression where calling ValidateAsync with RuleForEach could cause a deadlock (799). Added ToString overrides on ValidationResult to generate a string representation of all errors (778). Updated logos thanks to Dylan Beattie (780).
7.6.100
Resolved an issue where ValidateAsync was called on child validators when the root validator was invoked synchronously.
7.6
Fix WhenAsync not working properly when calling Validate instead of ValidateAsync
7.5.2
Support multiple rulesets on a rule. Make setters on ValidationFailure's properties public to allow for easier deserialization. Additional overload for OverridePropertyName that takes an expression. Add overload of Include that lazily creates the inner validator. Allow replacing the default Error Code resolution process
7.5.1
Support CustomizeValidatorAttribute in WebApi integration Resolved issues with referencing FluentValidation from legacy PCLs.