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)
653
private sealed class TestDashboardEndpointProvider :
IDashboardEndpointProvider
Dashboard\DashboardResourceTests.cs (1)
766
private sealed class MockDashboardEndpointProvider :
IDashboardEndpointProvider
10 references to IDashboardEndpointProvider
Aspire.Hosting (2)
Dashboard\DashboardEventHandlers.cs (1)
33
IDashboardEndpointProvider
dashboardEndpointProvider,
DistributedApplicationBuilder.cs (1)
453
_innerBuilder.Services.AddSingleton<
IDashboardEndpointProvider
, HostDashboardEndpointProvider>();
Aspire.Hosting.Tests (8)
Dashboard\DashboardResourceTests.cs (8)
90
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
202
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
278
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
319
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
355
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
392
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
438
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
637
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();