1 write to Resources
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
138Resources = snapshots.ToArray()
4 references to Resources
Aspire.Hosting.Tests (4)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (1)
1324var snapshot = Assert.Single(response.Resources);
Backchannel\AuxiliaryBackchannelTests.cs (3)
552Assert.NotNull(response.Resources); 553Assert.NotEmpty(response.Resources); 556Assert.Contains(response.Resources, r => r.Name == "myparam");