3 references to WithHostPort
Aspire.Hosting.MongoDB.Tests (2)
AddMongoDBTests.cs (1)
131
c.
WithHostPort
(1000);
MongoDBPublicApiTests.cs (1)
137
var action = () => builder.
WithHostPort
(6601);
Mongo.AppHost (1)
Program.cs (1)
7
.WithMongoExpress(c => c.
WithHostPort
(3022))