3 instantiations of TestLoggerFactory
Aspire.Dashboard.Components.Tests (3)
Layout\MainLayoutTests.cs (3)
558
Services.AddSingleton<ILogger<MainLayout>>(new TestLogger<MainLayout>(new
TestLoggerFactory
(testSink, enabled: true)));
623
Services.AddSingleton<ILogger<DashboardRunSelect>>(new TestLogger<DashboardRunSelect>(new
TestLoggerFactory
(testSink, enabled: true)));
835
Services.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)
10
public TestLogger(
TestLoggerFactory
factory)