8 references to WithPgWeb
Aspire.Hosting.PostgreSQL.Tests (7)
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 =>
500
var pg1 = builder.AddPostgres("mypostgres1").
WithPgWeb
(pga => pga.WithHostPort(8081));
501
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");