You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what's new about these things in 3.0. They've been around for years.
Last time I checked, they wanted to add a way to return JSON responses as opposed to always returning HTML, but that won't nearly cover the use cases for this middleware.
Core 3 is bringing some new exception handling goodies to the middleware pipeline https://www.red-gate.com/simple-talk/dotnet/net-development/asp-net-core-3-0-exception-handling/
My question is, with this new middleware, would we be able to take advantage of that and remove any redundancies in the ProblemDetailsMiddleware?
The text was updated successfully, but these errors were encountered: