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