8 references to WithPgWeb
Aspire.Hosting.PostgreSQL.Tests (7)
AddPostgresTests.cs (6)
389
builder.AddPostgres("mypostgres1").
WithPgWeb
();
390
builder.AddPostgres("mypostgres2").
WithPgWeb
();
399
builder.AddPostgres("mypostgres").
WithPgWeb
(c =>
417
builder.AddPostgres("mypostgres").
WithPgWeb
(c =>
498
var pg1 = builder.AddPostgres("mypostgres1").
WithPgWeb
(pga => pga.WithHostPort(8081));
499
var pg2 = builder.AddPostgres("mypostgres2").
WithPgWeb
(pga => pga.WithHostPort(8081));
PostgresFunctionalTests.cs (1)
155
pg.
WithPgWeb
(c =>
PostgresEndToEnd.AppHost (1)
Program.cs (1)
24
var db11 = builder.AddPostgres("pg11").
WithPgWeb
().AddDatabase("postgres");