8 references to RunAsContainer
Aspire.Hosting.Azure.Tests (5)
AzurePostgresExtensionsTests.cs (4)
154
builder.AddAzurePostgresFlexibleServer("pg").WithPasswordAuthentication().
RunAsContainer
();
322
postgres.
RunAsContainer
(c =>
365
postgres.
RunAsContainer
(configureContainer: c =>
418
postgres.
RunAsContainer
(c =>
PublicApiTests\PostgreSQLPublicApiTests.cs (1)
105
var action = () => builder.
RunAsContainer
();
PostgresEndToEnd.AppHost (1)
Program.cs (1)
7
.
RunAsContainer
()
Publishers.AppHost (1)
Program.cs (1)
32
var azpgdb = builder.AddAzurePostgresFlexibleServer("azpg").
RunAsContainer
().AddDatabase("azdb");
WaitForSandbox.AppHost (1)
Program.cs (1)
8
.
RunAsContainer
(c =>