2 references to YarpCluster
Aspire.Hosting.Yarp.Tests (2)
YarpConfigGeneratorTests.cs (2)
235
_validClusters.Select(c => new
YarpCluster
(c, c.Destinations!.First().Value.Address)).ToList());
254
_validClusters.Select(c => new
YarpCluster
(c, c.Destinations!.First().Value.Address)).ToList());