4 references to LiveAppHostServiceKey
Aspire.Dashboard (2)
Components\Interactions\InteractionsProvider.cs (1)
68[Inject(Key = ServiceClient.DashboardClient.LiveAppHostServiceKey)]
DashboardWebApplication.cs (1)
288builder.Services.AddKeyedSingleton<IDashboardClient>(DashboardClient.LiveAppHostServiceKey,
Aspire.Dashboard.Components.Tests (2)
Interactions\InteractionsProviderTests.cs (1)
691Services.AddKeyedSingleton<IDashboardClient>(DashboardClient.LiveAppHostServiceKey, dashboardClient ?? new TestDashboardClient());
Layout\MainLayoutTests.cs (1)
1081Services.AddKeyedSingleton<IDashboardClient>(DashboardClient.LiveAppHostServiceKey, dashboardClient);