8 references to RunAsContainer
Aspire.Hosting.Azure.Tests (5)
AzurePostgresExtensionsTests.cs (4)
56builder.AddAzurePostgresFlexibleServer("pg").WithPasswordAuthentication().RunAsContainer(); 136postgres.RunAsContainer(c => 179postgres.RunAsContainer(configureContainer: c => 232postgres.RunAsContainer(c =>
PublicApiTests\PostgreSQLPublicApiTests.cs (1)
104var action = () => builder.RunAsContainer();
PostgresEndToEnd.AppHost (1)
Program.cs (1)
7.RunAsContainer()
Publishers.AppHost (1)
Program.cs (1)
25var azpgdb = builder.AddAzurePostgresFlexibleServer("azpg").RunAsContainer().AddDatabase("azdb");
WaitForSandbox.AppHost (1)
Program.cs (1)
8.RunAsContainer(c =>