A small library for ASP.NET Core to allow returning HTTP codes in actions without changing the return type of the actions.
Info
Version: | 1.0.1 |
Author(s): | Timothé Larivière |
Last Update: | Monday, April 10, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/TimLariviere/WoodenMoose.AspNetCore.Exceptions |
NuGet Url: | https://www.nuget.org/packages/WoodenMoose.AspNetCore.Exceptions |
Install
Install-Package WoodenMoose.AspNetCore.Exceptions
dotnet add package WoodenMoose.AspNetCore.Exceptions
paket add WoodenMoose.AspNetCore.Exceptions
WoodenMoose.AspNetCore.Exceptions Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Microsoft.AspNetCore.Http.Abstractions(>= 1.1.1)