ASP.Net Core extension that maps FluentValidations ValidationException occurrence to Bad Request http response.
Info
Version: | 0.0.6-alpha |
Author(s): | Wojciech Gomoła |
Last Update: | Wednesday, June 5, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ValidationExceptionToBadRequestMapping |
Install
Install-Package ValidationExceptionToBadRequestMapping
dotnet add package ValidationExceptionToBadRequestMapping
paket add ValidationExceptionToBadRequestMapping
ValidationExceptionToBadRequestMapping Download (Unzip the "nupkg" after downloading)
Dependencies
- FluentValidation(>= 9.2.1)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.3)
Tags