3 implementations of IDashboardEndpointProvider
Aspire.Hosting (1)
Dcp\HostDashboardEndpointProvider.cs (1)
8internal sealed class HostDashboardEndpointProvider : IDashboardEndpointProvider
Aspire.Hosting.Tests (2)
Dashboard\DashboardLifecycleHookTests.cs (1)
653private sealed class TestDashboardEndpointProvider : IDashboardEndpointProvider
Dashboard\DashboardResourceTests.cs (1)
766private sealed class MockDashboardEndpointProvider : IDashboardEndpointProvider
10 references to IDashboardEndpointProvider
Aspire.Hosting (2)
Dashboard\DashboardEventHandlers.cs (1)
33IDashboardEndpointProvider dashboardEndpointProvider,
DistributedApplicationBuilder.cs (1)
453_innerBuilder.Services.AddSingleton<IDashboardEndpointProvider, HostDashboardEndpointProvider>();
Aspire.Hosting.Tests (8)
Dashboard\DashboardResourceTests.cs (8)
90builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 202builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 278builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 319builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 355builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 392builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 438builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 637builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>();