4 writes to HealthReports
Aspire.Dashboard (1)
ResourceService\Partials.cs (1)
41HealthReports = HealthReports.Select(ToHealthReportViewModel).OrderBy(vm => vm.Name).ToImmutableArray(),
Aspire.Dashboard.Components.Tests (2)
Pages\ResourcesTests.cs (1)
365HealthReports = healthReports ?? [],
tests\Shared\DashboardModel\ModelTestHelpers.cs (1)
43HealthReports = reportHealthStatus is null && !createNullHealthReport ? [] : [new HealthReportViewModel("healthcheck", reportHealthStatus, null, null)],
Aspire.Dashboard.Tests (1)
tests\Shared\DashboardModel\ModelTestHelpers.cs (1)
43HealthReports = reportHealthStatus is null && !createNullHealthReport ? [] : [new HealthReportViewModel("healthcheck", reportHealthStatus, null, null)],
2 references to HealthReports
Aspire.Dashboard (2)
Components\Controls\ResourceDetails.razor.cs (2)
79Resource.HealthReports 127_isHealthChecksExpanded = _resource.HealthReports.Any() || _resource.HealthStatus is null; // null means we're waiting for health reports