1 write to Relationships
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
634Relationships = relationships,
3 references to Relationships
Aspire.Hosting.Tests (3)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (3)
165Assert.Equal(2, snapshot.Relationships.Length); 166Assert.Contains(snapshot.Relationships, r => r.ResourceName == "dependency1" && r.Type == "Reference"); 167Assert.Contains(snapshot.Relationships, r => r.ResourceName == "dependency2" && r.Type == "WaitFor");