3 references to _validClusters
Aspire.Hosting.Yarp.Tests (3)
YarpConfigGeneratorTests.cs (3)
212
foreach (var cluster in
_validClusters
)
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());