Middleware that captures synchronous and asynchronous exceptions from the pipeline and generates textl error responses.
Info
Version: | 1.0.0 |
Author(s): | Ollie Day |
Last Update: | Saturday, May 19, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/OllieDay/DeveloperExceptionText |
NuGet Url: | https://www.nuget.org/packages/DeveloperExceptionText |
Install
Install-Package DeveloperExceptionText
dotnet add package DeveloperExceptionText
paket add DeveloperExceptionText
DeveloperExceptionText Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Diagnostics(>= 2.0.3)
- Microsoft.AspNetCore.Mvc.Core(>= 2.0.4)
- System.Reflection.Metadata(>= 1.5.0)