khellang / Middleware

Various ASP.NET Core middleware
MIT License
813 stars 111 forks source link

Add sample for FluentValidation #148

Open VictorioBerra opened 3 years ago

VictorioBerra commented 3 years ago

Can we get a sample showing what would trigger the MapFluentValidationException.

khellang commented 3 years ago

Hi! 👋🏻

Calling ValidateAndThrow on any FluentValidation validator will throw a ValidationException 😄