scottkuhl / BlazorStaticWebApp

Blazor Azure Static Web App Example
2 stars 0 forks source link

Exception Handling - Convert From IFunctionExceptionFilter to Middleware #9

Open scottkuhl opened 2 years ago

scottkuhl commented 2 years ago

The current global exception handler in the API uses preview code. New functionality is coming in the Azure Function Worker.

https://github.com/Azure/azure-functions-dotnet-worker/issues/340#issuecomment-1118943933

scottkuhl commented 2 years ago

The new method is also still in preview.