1 instantiation of SelectedDashboardClient
Aspire.Dashboard.Tests (1)
Model\DashboardDataSourceTests.cs (1)
1135IDashboardClient selectedClient = new SelectedDashboardClient(currentClient, dataSource);
1 reference to SelectedDashboardClient
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
294builder.Services.AddScoped<IDashboardClient, SelectedDashboardClient>();