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