9 references to WithPgWeb
Aspire.Hosting.PostgreSQL.Tests (9)
AddPostgresTests.cs (6)
393
builder.AddPostgres("mypostgres1").
WithPgWeb
();
394
builder.AddPostgres("mypostgres2").
WithPgWeb
();
403
builder.AddPostgres("mypostgres").
WithPgWeb
(c =>
421
builder.AddPostgres("mypostgres").
WithPgWeb
(c =>
521
var pg1 = builder.AddPostgres("mypostgres1").
WithPgWeb
(pga => pga.WithHostPort(8081));
522
var pg2 = builder.AddPostgres("mypostgres2").
WithPgWeb
(pga => pga.WithHostPort(8081));
PostgrePublicApiTests.cs (1)
140
var action = () => builder.
WithPgWeb
();
PostgresFunctionalTests.cs (2)
154
pg.
WithPgWeb
(c =>
556
.
WithPgWeb
(c => c.WithLifetime(ContainerLifetime.Persistent))