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))]
0 commit comments