SharpGrip / FluentValidation.AutoValidation

SharpGrip FluentValidation AutoValidation is an extension of the FluentValidation library enabling automatic asynchronous validation in MVC controllers and minimal APIs (endpoints).
https://sharpgrip.net
MIT License
103 stars 7 forks source link

enable optional validation on custom binding source models #14

Closed jonmotos closed 1 year ago

jonmotos commented 1 year ago

Resolves #11

I believe there's opportunity to add testing, as well as perhaps a more generic solution that might cover the other binding types?

mvdgun commented 1 year ago

Hi @JonAdamsFromNC, look great! Thanks for this PR.