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