MagicalUnicorn.MvcErrorToolkit
2.1.2
There's a lot broken with the stock standard ASP.NET MVC error handling. It can't display cshtml (Razor) pages :( They 302 redirect to the html error page. There's too many places to wire up, to handle errors.
Fear not! This package can save your day!
Install it and then define your error pages in your web.config. That's more or less it :)
The hard work has now been done.
Once more you can take control of your error handling with your ASP.NET MVC applications!
Regrets? Never! Go do it! Fix up all your busted apps. Now.
See the version list below for details.
Install-Package MagicalUnicorn.MvcErrorToolkit -Version 2.1.2
dotnet add package MagicalUnicorn.MvcErrorToolkit --version 2.1.2
<PackageReference Include="MagicalUnicorn.MvcErrorToolkit" Version="2.1.2" />
paket add MagicalUnicorn.MvcErrorToolkit --version 2.1.2
#r "nuget: MagicalUnicorn.MvcErrorToolkit, 2.1.2"
// Install MagicalUnicorn.MvcErrorToolkit as a Cake Addin
#addin nuget:?package=MagicalUnicorn.MvcErrorToolkit&version=2.1.2
// Install MagicalUnicorn.MvcErrorToolkit as a Cake Tool
#tool nuget:?package=MagicalUnicorn.MvcErrorToolkit&version=2.1.2
Release Notes
- Http Status Codes 3xx do not get handled as an error. (Cheers to Siim Viikman!)
- BugFix: Better way to reference the system.web/customErrors config section (Cheers again to Siim Viikman!)
- Auto wire up the CustomErrorHandler via WebActivator.
Dependencies
-
- Microsoft.Web.Infrastructure (>= 1.0.0)
- WebActivator (>= 1.5.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.