2 references to HealthReportRecord
Aspire.Dashboard (2)
ServiceClient\SqliteResourceRepository.Storage.cs (2)
430var healthReports = reader.Read<HealthReportRecord>().ToLookup(record => record.ResourceName, StringComparers.ResourceName); 482foreach (var healthReport in healthReports[record.ResourceName])