4 writes to HealthReports
Aspire.Dashboard (1)
ServiceClient\Partials.cs (1)
42
HealthReports
= HealthReports.Select(ToHealthReportViewModel).OrderBy(vm => vm.Name).ToImmutableArray(),
Aspire.Dashboard.Components.Tests (2)
Pages\ResourcesTests.cs (1)
376
HealthReports
= healthReports ?? [],
tests\Shared\DashboardModel\ModelTestHelpers.cs (1)
49
HealthReports
= healthReports ?? (reportHealthStatus is null && !createNullHealthReport ? [] : [new HealthReportViewModel("healthcheck", reportHealthStatus, null, null)]),
Aspire.Dashboard.Tests (1)
tests\Shared\DashboardModel\ModelTestHelpers.cs (1)
49
HealthReports
= healthReports ?? (reportHealthStatus is null && !createNullHealthReport ? [] : [new HealthReportViewModel("healthcheck", reportHealthStatus, null, null)]),
6 references to HealthReports
Aspire.Dashboard (6)
Components\Controls\ResourceDetails.razor.cs (2)
111
Resource.
HealthReports
166
_isHealthChecksExpanded = _resource.
HealthReports
.Any() || _resource.HealthStatus is null; // null means we're waiting for health reports
Model\Assistant\AIHelpers.cs (2)
181
health_reports = resource.
HealthReports
.Select(report => new
238
if (resource.
HealthReports
.Length == 0)
Model\TelemetryExportService.cs (2)
741
HealthReports = resource.
HealthReports
.Length > 0
742
? resource.
HealthReports
.Select(h => new ResourceHealthReportJson