Info
Version: | 0.0.1.70 |
Author(s): | abergs, semack |
Last Update: | Tuesday, April 2, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/semack/AspNetCore.FriendlyExceptions |
NuGet Url: | https://www.nuget.org/packages/AspNetCore.FriendlyExceptions |
Install
Install-Package AspNetCore.FriendlyExceptions
dotnet add package AspNetCore.FriendlyExceptions
paket add AspNetCore.FriendlyExceptions
AspNetCore.FriendlyExceptions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.App(>= 1.1.2)
- Microsoft.AspNetCore.Http.Abstractions(>= 1.1.2)
- Microsoft.AspNetCore.Mvc.Core(>= 1.1.3)
- Microsoft.Extensions.Options(>= 1.1.2)
Tags
This allows you to throw meaningfull exceptions from your framework, business code or other middlewares and translate the exceptions to nice and friendly http responses.