GlobalExceptionHandlerDotNet icon indicating copy to clipboard operation
GlobalExceptionHandlerDotNet copied to clipboard

Exception handling as a convention in the ASP.NET Core request pipeline

Results 14 GlobalExceptionHandlerDotNet issues
Sort by recently updated
recently updated
newest added

As far as I understand, the library is built on top of ExceptionHandlerMiddleware by setting its exception handler. By default the exception is [logged as "unhandled exception"](https://github.com/aspnet/Diagnostics/blob/dev/src/Microsoft.AspNetCore.Diagnostics/ExceptionHandler/ExceptionHandlerMiddleware.cs#L56) after which is...

Title says it all, look to see how nicely this places with the standard error pages to ensure it's not swallowing them (if possible). The same goes for MVC when...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies