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