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)
572
private sealed class TestDashboardEndpointProvider :
IDashboardEndpointProvider
Dashboard\DashboardResourceTests.cs (1)
682
private sealed class MockDashboardEndpointProvider :
IDashboardEndpointProvider
9 references to IDashboardEndpointProvider
Aspire.Hosting (2)
Dashboard\DashboardEventHandlers.cs (1)
32
IDashboardEndpointProvider
dashboardEndpointProvider,
DistributedApplicationBuilder.cs (1)
407
_innerBuilder.Services.AddSingleton<
IDashboardEndpointProvider
, HostDashboardEndpointProvider>();
Aspire.Hosting.Tests (7)
Dashboard\DashboardResourceTests.cs (7)
90
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
187
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
263
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
304
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
340
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
377
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
423
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();