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)
641
private sealed class TestDashboardEndpointProvider :
IDashboardEndpointProvider
Dashboard\DashboardResourceTests.cs (1)
765
private sealed class MockDashboardEndpointProvider :
IDashboardEndpointProvider
10 references to IDashboardEndpointProvider
Aspire.Hosting (2)
Dashboard\DashboardEventHandlers.cs (1)
34
IDashboardEndpointProvider
dashboardEndpointProvider,
DistributedApplicationBuilder.cs (1)
454
_innerBuilder.Services.AddSingleton<
IDashboardEndpointProvider
, HostDashboardEndpointProvider>();
Aspire.Hosting.Tests (8)
Dashboard\DashboardResourceTests.cs (8)
89
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
201
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
277
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
318
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
354
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
391
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
437
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
636
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();