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