3 instantiations of TestLoggerFactory
Aspire.Dashboard.Components.Tests (3)
Layout\MainLayoutTests.cs (3)
558Services.AddSingleton<ILogger<MainLayout>>(new TestLogger<MainLayout>(new TestLoggerFactory(testSink, enabled: true))); 623Services.AddSingleton<ILogger<DashboardRunSelect>>(new TestLogger<DashboardRunSelect>(new TestLoggerFactory(testSink, enabled: true))); 835Services.AddSingleton<ILogger<MainLayout>>(new TestLogger<MainLayout>(new TestLoggerFactory(testSink, enabled: true)));
1 reference to TestLoggerFactory
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Logging\TestLoggerT.cs (1)
10public TestLogger(TestLoggerFactory factory)