2 instantiations of TestDashboardClient
Aspire.Dashboard.Components.Tests (2)
Pages\ConsoleLogsTests.cs (2)
40var dashboardClient = new TestDashboardClient( 173Services.AddSingleton<IDashboardClient>(dashboardClient ?? new TestDashboardClient());
4 references to TestDashboardClient
Aspire.Dashboard.Components.Tests (4)
Layout\MainLayoutTests.cs (1)
131Services.AddSingleton<IDashboardClient, TestDashboardClient>();
Pages\ConsoleLogsTests.cs (3)
40var dashboardClient = new TestDashboardClient( 99var dashboardClient = new TestDashboardClient( 138private void SetupConsoleLogsServices(TestDashboardClient? dashboardClient = null)