3 implementations of IDashboardEndpointProvider
Aspire.Hosting (1)
Dcp\HostDashboardEndpointProvider.cs (1)
8internal sealed class HostDashboardEndpointProvider : IDashboardEndpointProvider
Aspire.Hosting.Tests (2)
Dashboard\DashboardLifecycleHookTests.cs (1)
259private sealed class TestDashboardEndpointProvider : IDashboardEndpointProvider
Dashboard\DashboardResourceTests.cs (1)
614private sealed class MockDashboardEndpointProvider : IDashboardEndpointProvider
8 references to IDashboardEndpointProvider
Aspire.Hosting (2)
Dashboard\DashboardLifecycleHook.cs (1)
31IDashboardEndpointProvider dashboardEndpointProvider,
DistributedApplicationBuilder.cs (1)
345_innerBuilder.Services.AddSingleton<IDashboardEndpointProvider, HostDashboardEndpointProvider>();
Aspire.Hosting.Tests (6)
Dashboard\DashboardResourceTests.cs (6)
87builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 199builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 240builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 276builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 313builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 359builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>();