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