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
After some feedback following extensions have been renamed:
UseErrorHandler and related overloads have been renamed to UseExceptionHandler to indicate that only un-handled exceptions are handled in this middleware.
UseErrorPage and related overloads have been renamed to UseDeveloperExceptionPage to indicate this middleware is supposed to be used during development scenarios.
The above extensions register middleware which also have been renamed. Since its very common to use the above extensions, following renames should not affect you:
After some feedback following extensions have been renamed:
UseErrorHandler
and related overloads have been renamed toUseExceptionHandler
to indicate that only un-handled exceptions are handled in this middleware.UseErrorPage
and related overloads have been renamed toUseDeveloperExceptionPage
to indicate this middleware is supposed to be used during development scenarios.The above extensions register middleware which also have been renamed. Since its very common to use the above extensions, following renames should not affect you:
For any questions related to this announcement, please comment over here: aspnet/Diagnostics#178
The text was updated successfully, but these errors were encountered: