1 write to Name
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
468
Name
= h.Name,
2 references to Name
Aspire.Hosting.Tests (2)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (2)
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");