2 references to WithEndpointProxySupport
Aspire.Hosting.Tests (2)
DistributedApplicationTests.cs (2)
1688var redis = builder.AddRedis($"{testName}-redis", port).WithEndpointProxySupport(false); 1691var redisNoPort = builder.AddRedis($"{testName}-redisNoPort").WithEndpointProxySupport(false);