26 references to WithEnvironment
Aspire.Hosting.Azure.Tests (6)
AzureContainerAppsTests.cs (6)
303.WithEnvironment("SecretVal", secretValue) 304.WithEnvironment("secret_value_1", secretValue) 305.WithEnvironment("Value", value) 381.WithEnvironment("SecretVal", secretValue) 382.WithEnvironment("secret_value_1", secretValue) 383.WithEnvironment("Value", value)
Aspire.Hosting.Docker.Tests (4)
DockerComposePublisherTests.cs (4)
54.WithEnvironment("param0", param0) 55.WithEnvironment("param1", param1) 56.WithEnvironment("param2", param2) 206builder.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)
48.WithEnvironment("P0", param0) 49.WithEnvironment("P1", param1) 50.WithEnvironment("P2", param2) 51.WithEnvironment("P3", param3)