3 implementations of IDashboardEndpointProvider
Aspire.Hosting (1)
Dcp\HostDashboardEndpointProvider.cs (1)
8internal sealed class HostDashboardEndpointProvider : IDashboardEndpointProvider
Aspire.Hosting.Tests (2)
Dashboard\DashboardLifecycleHookTests.cs (1)
641private sealed class TestDashboardEndpointProvider : IDashboardEndpointProvider
Dashboard\DashboardResourceTests.cs (1)
765private sealed class MockDashboardEndpointProvider : IDashboardEndpointProvider
10 references to IDashboardEndpointProvider
Aspire.Hosting (2)
Dashboard\DashboardEventHandlers.cs (1)
34IDashboardEndpointProvider dashboardEndpointProvider,
DistributedApplicationBuilder.cs (1)
454_innerBuilder.Services.AddSingleton<IDashboardEndpointProvider, HostDashboardEndpointProvider>();
Aspire.Hosting.Tests (8)
Dashboard\DashboardResourceTests.cs (8)
89builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 201builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 277builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 318builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 354builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 391builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 437builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 636builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>();