3 implementations of IDashboardEndpointProvider
Aspire.Hosting (1)
Dcp\HostDashboardEndpointProvider.cs (1)
8internal sealed class HostDashboardEndpointProvider : IDashboardEndpointProvider
Aspire.Hosting.Tests (2)
Dashboard\DashboardLifecycleHookTests.cs (1)
650private sealed class TestDashboardEndpointProvider : IDashboardEndpointProvider
Dashboard\DashboardResourceTests.cs (1)
800private sealed class MockDashboardEndpointProvider : IDashboardEndpointProvider
10 references to IDashboardEndpointProvider
Aspire.Hosting (2)
Dashboard\DashboardEventHandlers.cs (1)
35IDashboardEndpointProvider dashboardEndpointProvider,
DistributedApplicationBuilder.cs (1)
464_innerBuilder.Services.AddSingleton<IDashboardEndpointProvider, HostDashboardEndpointProvider>();
Aspire.Hosting.Tests (8)
Dashboard\DashboardResourceTests.cs (8)
92builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 209builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 285builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 326builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 362builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 399builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 445builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 671builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>();