3 references to KnownHealthCheckNames
Aspire.Hosting (3)
Dashboard\DashboardLifecycleHook.cs (1)
182dashboardResource.Annotations.Add(new HealthCheckAnnotation(KnownHealthCheckNames.DashboardHealthCheck));
DistributedApplicationBuilder.cs (2)
429}, KnownHealthCheckNames.DashboardHealthCheck); 431_innerBuilder.Services.SuppressHealthCheckHttpClientLogging(KnownHealthCheckNames.DashboardHealthCheck);