1 implementation of IDashboardEndpointProvider
Aspire.Hosting (1)
Dcp\HostDashboardEndpointProvider.cs (1)
8internal sealed class HostDashboardEndpointProvider : IDashboardEndpointProvider
2 references to IDashboardEndpointProvider
Aspire.Hosting (2)
Dashboard\DashboardLifecycleHook.cs (1)
25IDashboardEndpointProvider dashboardEndpointProvider,
DistributedApplicationBuilder.cs (1)
241_innerBuilder.Services.AddSingleton<IDashboardEndpointProvider, HostDashboardEndpointProvider>();