CarterCommunity / Carter

Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
MIT License
2.06k stars 174 forks source link

Upgrade FluentValidation #254

Closed gkinsman closed 3 years ago

gkinsman commented 3 years ago

With FluentValidation 9, the non-generic IValidator.Validate(model) has been removed. An alternative already exists, which is IValidator.Validate(ValidationContext), so the callsite has changed to use that instead.