3 implementations of IDashboardEndpointProvider
Aspire.Hosting (1)
Dcp\HostDashboardEndpointProvider.cs (1)
8internal sealed class HostDashboardEndpointProvider : IDashboardEndpointProvider
Aspire.Hosting.Tests (2)
Dashboard\DashboardLifecycleHookTests.cs (1)
572private sealed class TestDashboardEndpointProvider : IDashboardEndpointProvider
Dashboard\DashboardResourceTests.cs (1)
687private sealed class MockDashboardEndpointProvider : IDashboardEndpointProvider
9 references to IDashboardEndpointProvider
Aspire.Hosting (2)
Dashboard\DashboardEventHandlers.cs (1)
32IDashboardEndpointProvider dashboardEndpointProvider,
DistributedApplicationBuilder.cs (1)
418_innerBuilder.Services.AddSingleton<IDashboardEndpointProvider, HostDashboardEndpointProvider>();
Aspire.Hosting.Tests (7)
Dashboard\DashboardResourceTests.cs (7)
90builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 192builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 268builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 309builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 345builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 382builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>(); 428builder.Services.AddSingleton<IDashboardEndpointProvider, MockDashboardEndpointProvider>();