Info
Version: | 2.2.0 |
Author(s): | IharYakimush |
Last Update: | Saturday, November 16, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/IharYakimush/asp-net-core-exception-handling |
NuGet Url: | https://www.nuget.org/packages/Community.AspNetCore.ExceptionHandling |
Install
Install-Package Community.AspNetCore.ExceptionHandling
dotnet add package Community.AspNetCore.ExceptionHandling
paket add Community.AspNetCore.ExceptionHandling
Community.AspNetCore.ExceptionHandling Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.0.0)
- Microsoft.Extensions.Options(>= 2.0.0)
- Microsoft.Net.Http.Headers(>= 2.0.0)
Tags
Configure chain of handlers per exception type. OOTB handlers: log, retry, set responce headers and body.