9 references to WithPgWeb
Aspire.Hosting.PostgreSQL.Tests (9)
AddPostgresTests.cs (6)
391
builder.AddPostgres("mypostgres1").
WithPgWeb
();
392
builder.AddPostgres("mypostgres2").
WithPgWeb
();
401
builder.AddPostgres("mypostgres").
WithPgWeb
(c =>
419
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)
139
var action = () => builder.
WithPgWeb
();
PostgresFunctionalTests.cs (2)
153
pg.
WithPgWeb
(c =>
555
.
WithPgWeb
(c => c.WithLifetime(ContainerLifetime.Persistent))