5 references to HealthReport
Microsoft.Extensions.Diagnostics.HealthChecks (1)
DefaultHealthCheckService.cs (1)
69
var report = new
HealthReport
(entries, totalElapsedTime);
Microsoft.Extensions.Diagnostics.HealthChecks.Common.Tests (1)
TelemetryHealthChecksPublisherTests.cs (1)
164
return new
HealthReport
(healthStatusRecords, TimeSpan.Zero);
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (2)
HealthReportTest.cs (2)
20
var result = new
HealthReport
(new Dictionary<string, HealthReportEntry>()
39
var result = new
HealthReport
(new Dictionary<string, HealthReportEntry>()
Microsoft.Extensions.Diagnostics.Probes.Tests (1)
MockHealthCheckService.cs (1)
27
return Task.FromResult(new
HealthReport
(healthStatusRecords, TimeSpan.Zero));