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
Introduced validation failure for null root instances instead of throwing FluentValidation exceptions.
Introduce abstract ValidationProfile<T> class.
Added an optional Action<T>onSuccessValidation parameter to ExpressValidatorBuilder<TObj, TOptions>.AddFunc for handling successful validation of Func result.
Refactor ExpressValidatorBuilder<TObj, TOptions>.Build to remove dependency on ExpressValidator<TObj, TOptions>.
Deprecate the ExpressValidator<TObj, TOptions> class.