3 implementations of IDashboardEndpointProvider
Aspire.Hosting (1)
Dcp\HostDashboardEndpointProvider.cs (1)
8
internal sealed class HostDashboardEndpointProvider :
IDashboardEndpointProvider
Aspire.Hosting.Tests (2)
Dashboard\DashboardEventHandlersTests.cs (1)
997
private sealed class TestDashboardEndpointProvider :
IDashboardEndpointProvider
Dashboard\DashboardResourceTests.cs (1)
928
private sealed class MockDashboardEndpointProvider :
IDashboardEndpointProvider
10 references to IDashboardEndpointProvider
Aspire.Hosting (2)
Dashboard\DashboardEventHandlers.cs (1)
35
IDashboardEndpointProvider
dashboardEndpointProvider,
DistributedApplicationBuilder.cs (1)
525
_innerBuilder.Services.AddSingleton<
IDashboardEndpointProvider
, HostDashboardEndpointProvider>();
Aspire.Hosting.Tests (8)
Dashboard\DashboardResourceTests.cs (8)
95
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
365
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
406
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
443
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
480
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
528
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
575
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();
803
builder.Services.AddSingleton<
IDashboardEndpointProvider
, MockDashboardEndpointProvider>();