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