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)
29IDashboardEndpointProvider dashboardEndpointProvider,
DistributedApplicationBuilder.cs (1)
329_innerBuilder.Services.AddSingleton<IDashboardEndpointProvider, HostDashboardEndpointProvider>();