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