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
[LoggerMessage(2,LogLevel.Debug,"The antiforgery middleware already failed to validate the current token.",EventName="MiddlewareAntiforgeryValidationFailed")]
251
+
[LoggerMessage(2,LogLevel.Debug,"The antiforgery middleware already failed to validate the current token.",EventName=nameof(MiddlewareAntiforgeryValidationFailed))]
[LoggerMessage(3,LogLevel.Debug,"The antiforgery middleware already succeeded to validate the current token.",EventName="MiddlewareAntiforgeryValidationSucceeded")]
254
+
[LoggerMessage(3,LogLevel.Debug,"The antiforgery middleware already succeeded to validate the current token.",EventName=nameof(MiddlewareAntiforgeryValidationSucceeded))]
[LoggerMessage(5,LogLevel.Information,"Antiforgery token validation failed for the current request.",EventName="EndpointAntiforgeryValidationFailed")]
260
+
[LoggerMessage(5,LogLevel.Information,"Antiforgery token validation failed for the current request.",EventName=nameof(EndpointAntiforgeryValidationFailed))]
[LoggerMessage(6,LogLevel.Debug,"Antiforgery token validation succeeded for the current request.",EventName="EndpointAntiforgeryValidationSucceeded")]
263
+
[LoggerMessage(6,LogLevel.Debug,"Antiforgery token validation succeeded for the current request.",EventName=nameof(EndpointAntiforgeryValidationSucceeded))]
[LoggerMessage(7,LogLevel.Debug,"Error handling in progress. Interactive components are not enabled.",EventName=nameof(InteractivityDisabledForErrorHandling))]
Swapping to <strong>Development</strong> environment will display more detailed information about the error that occurred.
19
+
</p>
20
+
<p>
21
+
<strong>The Development environment shouldn't be enabled for deployed applications.</strong>
22
+
It can result in displaying sensitive information from exceptions to end users.
23
+
For local debugging, enable the <strong>Development</strong> environment by setting the <strong>ASPNETCORE_ENVIRONMENT</strong> environment variable to <strong>Development</strong>
0 commit comments