A Global Exception Handler Middleware, allowing developers to create one or more exception handlers (intercepts).
Info
Version: | 2021.5.6.1 |
Author(s): | ReflectSoftware Inc. |
Last Update: | Thursday, May 6, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/reflectsoftware/Plato.Core |
NuGet Url: | https://www.nuget.org/packages/Plato.NetCore.ExceptionIntercepts |
Install
Install-Package Plato.NetCore.ExceptionIntercepts
dotnet add package Plato.NetCore.ExceptionIntercepts
paket add Plato.NetCore.ExceptionIntercepts
Plato.NetCore.ExceptionIntercepts Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNetCore.Diagnostics(>= 2.2.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http.Extensions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
- Microsoft.Net.Http.Headers(>= 2.2.8)
- Microsoft.AspNetCore.Diagnostics(>= 2.2.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http.Extensions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
- Microsoft.Net.Http.Headers(>= 2.2.8)
Tags