Middleware for logging request and building response based by exception.
Info
Version: | 1.0.3 |
Author(s): | BlTools |
Last Update: | Friday, October 1, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/BlTools.RequestErrorHandling |
Install
Install-Package BlTools.RequestErrorHandling
dotnet add package BlTools.RequestErrorHandling
paket add BlTools.RequestErrorHandling
BlTools.RequestErrorHandling Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http(>= 2.2.2)
- Microsoft.AspNetCore.Routing(>= 2.2.2)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.9)
- System.Diagnostics.DiagnosticSource(>= 4.7.1)
- System.Text.Json(>= 4.7.2)