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