A middleware to handle exceptions according to standards defined in https://tools.ietf.org/html/rfc7807 for HTTP Apis.
Info
Version: | 1.0.0 |
Author(s): | Mustafa DEMİRER |
Last Update: | Tuesday, April 28, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ProblemNet |
Install
Install-Package ProblemNet
dotnet add package ProblemNet
paket add ProblemNet
ProblemNet Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
- Newtonsoft.Json(>= 12.0.3)