9 references to WithPgWeb
Aspire.Hosting.PostgreSQL.Tests (9)
AddPostgresTests.cs (6)
415
builder.AddPostgres("mypostgres1").
WithPgWeb
();
416
builder.AddPostgres("mypostgres2").
WithPgWeb
();
425
builder.AddPostgres("mypostgres").
WithPgWeb
(c =>
443
builder.AddPostgres("mypostgres").
WithPgWeb
(c =>
545
var pg1 = builder.AddPostgres("mypostgres1").
WithPgWeb
(pga => pga.WithHostPort(8081));
546
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 =>
557
.
WithPgWeb
(c => c.WithLifetime(ContainerLifetime.Persistent))