1 write to EventId
Aspire.Dashboard.Tests (1)
tests\Shared\Logging\TestLogger.cs (1)
48
EventId
= eventId,
2 references to EventId
Aspire.Dashboard.Tests (2)
Integration\FrontendBrowserTokenAuthTests.cs (1)
101
var log = testSink.Writes.Single(s => s.LoggerName == typeof(FrontendCompositeAuthenticationHandler).FullName && s.
EventId
.Name == "AuthenticationSchemeNotAuthenticatedWithFailure");
Integration\FrontendOpenIdConnectAuthTests.cs (1)
90
var log = testSink.Writes.Single(s => s.LoggerName == typeof(FrontendCompositeAuthenticationHandler).FullName && s.
EventId
.Name == "AuthenticationSchemeNotAuthenticatedWithFailure");