1 write to HealthReports
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
545
HealthReports
= healthReports,
3 references to HealthReports
Aspire.Hosting.Tests (3)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (3)
168
Assert.Equal(2, snapshot.
HealthReports
.Length);
169
Assert.Contains(snapshot.
HealthReports
, h => h.Name == "check1" && h.Status == "Healthy");
170
Assert.Contains(snapshot.
HealthReports
, h => h.Name == "check2" && h.Status == "Unhealthy" && h.ExceptionText == "Exception occurred");