3 implementations of IDashboardEndpointProvider
Aspire.Hosting (1)
Dcp\HostDashboardEndpointProvider.cs (1)
8
internal sealed class HostDashboardEndpointProvider :
IDashboardEndpointProvider
Aspire.Hosting.Tests (2)
Dashboard\DashboardLifecycleHookTests.cs (1)
259
private sealed class TestDashboardEndpointProvider :
IDashboardEndpointProvider
Dashboard\DashboardResourceTests.cs (1)
614
private sealed class MockDashboardEndpointProvider :
IDashboardEndpointProvider
8 references to IDashboardEndpointProvider
Aspire.Hosting (2)
Dashboard\DashboardLifecycleHook.cs (1)
31
IDashboardEndpointProvider
dashboardEndpointProvider,
DistributedApplicationBuilder.cs (1)
345
_innerBuilder.Services.AddSingleton<
IDashboardEndpointProvider
, HostDashboardEndpointProvider>();
Aspire.Hosting.Tests (6)
Dashboard\DashboardResourceTests.cs (6)
87
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
199
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
240
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
276
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
313
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
359
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();