3 references to WithEndpointProxySupport
Aspire.Hosting.Tests (3)
Dcp\DcpExecutorTests.cs (1)
4166.WithEndpointProxySupport(false);
DistributedApplicationTests.cs (2)
1908var redis = builder.AddRedis($"{testName}-redis", port).WithEndpointProxySupport(false); 1911var redisNoPort = builder.AddRedis($"{testName}-redisNoPort").WithEndpointProxySupport(false);