josephwoodward / GlobalExceptionHandlerDotNet

Exception handling as a convention in the ASP.NET Core request pipeline
MIT License
269 stars 32 forks source link

Handle exceptions on an app domain level #10

Closed josephwoodward closed 6 years ago

josephwoodward commented 6 years ago

As AppDomain is now exposed in the .NET Standard it would be great to handle exceptions on that level if possible.

https://docs.microsoft.com/en-us/dotnet/api/system.appdomain.unhandledexception?view=netcore-2.0