2 references to TestDashboardClient
Aspire.Dashboard.Components.Tests (2)
Pages\ConsoleLogsTests.cs (2)
39
var dashboardClient = new
TestDashboardClient
(
174
Services.AddSingleton<IDashboardClient>(dashboardClient ?? new
TestDashboardClient
());