4 writes to HealthReports
Aspire.Dashboard (1)
ServiceClient\Partials.cs (1)
41HealthReports = HealthReports.Select(ToHealthReportViewModel).OrderBy(vm => vm.Name).ToImmutableArray(),
Aspire.Dashboard.Components.Tests (2)
Pages\ResourcesTests.cs (1)
366HealthReports = healthReports ?? [],
tests\Shared\DashboardModel\ModelTestHelpers.cs (1)
46HealthReports = reportHealthStatus is null && !createNullHealthReport ? [] : [new HealthReportViewModel("healthcheck", reportHealthStatus, null, null)],
Aspire.Dashboard.Tests (1)
tests\Shared\DashboardModel\ModelTestHelpers.cs (1)
46HealthReports = reportHealthStatus is null && !createNullHealthReport ? [] : [new HealthReportViewModel("healthcheck", reportHealthStatus, null, null)],
4 references to HealthReports
Aspire.Dashboard (4)
Components\Controls\ResourceDetails.razor.cs (2)
92Resource.HealthReports 145_isHealthChecksExpanded = _resource.HealthReports.Any() || _resource.HealthStatus is null; // null means we're waiting for health reports
Model\Assistant\AIHelpers.cs (2)
163health_reports = resource.HealthReports.Select(report => new 202if (resource.HealthReports.Length == 0)