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