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