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