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