9 references to WithPgWeb
Aspire.Hosting.PostgreSQL.Tests (9)
AddPostgresTests.cs (6)
390
builder.AddPostgres("mypostgres1").
WithPgWeb
();
391
builder.AddPostgres("mypostgres2").
WithPgWeb
();
400
builder.AddPostgres("mypostgres").
WithPgWeb
(c =>
418
builder.AddPostgres("mypostgres").
WithPgWeb
(c =>
516
var pg1 = builder.AddPostgres("mypostgres1").
WithPgWeb
(pga => pga.WithHostPort(8081));
517
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))