3 references to WithHostPort
Aspire.Hosting.Redis.Tests (2)
AddRedisTests.cs (1)
184
c.
WithHostPort
(1000);
RedisPublicApiTests.cs (1)
66
var action = () => builder.
WithHostPort
(port);
Redis.AppHost (1)
Program.cs (1)
5
.WithRedisCommander(c => c.
WithHostPort
(33803))