27 references to WithEnvironment
Aspire.Hosting.Azure.Tests (7)
AzureContainerAppsTests.cs (7)
293.WithEnvironment("SecretVal", secretValue) 294.WithEnvironment("secret_value_1", secretValue) 295.WithEnvironment("Value", value) 370.WithEnvironment("SecretVal", secretValue) 371.WithEnvironment("secret_value_1", secretValue) 372.WithEnvironment("Value", value) 428.WithEnvironment("TOP_SECRET", secret)
Aspire.Hosting.Docker.Tests (4)
DockerComposePublisherTests.cs (4)
75.WithEnvironment("param0", param0) 76.WithEnvironment("param1", param1) 77.WithEnvironment("param2", param2) 258builder.AddContainer("app", "busybox").WithEnvironment("param1", param);
Aspire.Hosting.Kubernetes.Tests (4)
KubernetesPublisherTests.cs (4)
29.WithEnvironment("param0", param0) 30.WithEnvironment("param1", param1) 31.WithEnvironment("param2", param2) 32.WithEnvironment("param3", param3)
Aspire.Hosting.Tests (5)
ResourceExtensionsTests.cs (2)
211.WithEnvironment("ELASTIC_PASSWORD", passwordParameter); 244.WithEnvironment("ELASTIC_PASSWORD", passwordParameter);
WithEnvironmentTests.cs (3)
123.WithEnvironment("MY_PARAMETER", parameter); 146.WithEnvironment("MY_PARAMETER", parameter); 162.WithEnvironment("MY_PARAMETER", parameter);
AzureAppService.AppHost (1)
Program.cs (1)
36.WithEnvironment("VALUE", param)
AzureContainerApps.AppHost (1)
Program.cs (1)
47.WithEnvironment("VALUE", param)
ParameterEndToEnd.AppHost (1)
Program.cs (1)
28.WithEnvironment("InsertionRows", insertionrows)
Publishers.AppHost (4)
Program.cs (4)
54.WithEnvironment("P0", param0) 55.WithEnvironment("P1", param1) 56.WithEnvironment("P2", param2) 57.WithEnvironment("P3", param3)