Simple middleware to cenvert unhandled exception to JSON response.
Info
| Version: | 1.0.0.3 |
| Author(s): | Yan O |
| Last Update: | Wednesday, May 31, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/CactusSoft/JsonException-Middleware |
| NuGet Url: | https://www.nuget.org/packages/Cactus.Owin.ExceptionMiddleware |
Install
Install-Package Cactus.Owin.ExceptionMiddleware
dotnet add package Cactus.Owin.ExceptionMiddleware
paket add Cactus.Owin.ExceptionMiddleware
Cactus.Owin.ExceptionMiddleware Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Owin(>= 3.0.1)
- Newtonsoft.Json(>= 9.0.1)