24 references to WithEnvironment
Aspire.Hosting.Azure.Tests (6)
AzureContainerAppsTests.cs (6)
751.WithEnvironment("SecretVal", secretValue) 752.WithEnvironment("secret_value_1", secretValue) 753.WithEnvironment("Value", value) 1089.WithEnvironment("SecretVal", secretValue) 1090.WithEnvironment("secret_value_1", secretValue) 1091.WithEnvironment("Value", value)
Aspire.Hosting.Docker.Tests (3)
DockerComposePublisherTests.cs (3)
47.WithEnvironment("param0", param0) 48.WithEnvironment("param1", param1) 49.WithEnvironment("param2", param2)
Aspire.Hosting.Kubernetes.Tests (4)
KubernetesPublisherTests.cs (4)
61.WithEnvironment("param0", param0) 62.WithEnvironment("param1", param1) 63.WithEnvironment("param2", param2) 64.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);
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)
55.WithEnvironment("P0", param0) 56.WithEnvironment("P1", param1) 57.WithEnvironment("P2", param2) 58.WithEnvironment("P3", param3)