10 references to WithEnvironment
Aspire.Hosting.Azure.Tests (3)
AzureContainerAppsTests.cs (3)
495
.
WithEnvironment
("SecretVal", secretValue)
496
.
WithEnvironment
("secret_value_1", secretValue)
497
.
WithEnvironment
("Value", value);
Aspire.Hosting.Tests (5)
ResourceExtensionsTests.cs (2)
133
.
WithEnvironment
("ELASTIC_PASSWORD", passwordParameter);
166
.
WithEnvironment
("ELASTIC_PASSWORD", passwordParameter);
WithEnvironmentTests.cs (3)
113
.
WithEnvironment
("MY_PARAMETER", parameter);
128
.
WithEnvironment
("MY_PARAMETER", parameter);
144
.
WithEnvironment
("MY_PARAMETER", parameter);
AzureContainerApps.AppHost (1)
Program.cs (1)
39
.
WithEnvironment
("VALUE", param)
ParameterEndToEnd.AppHost (1)
Program.cs (1)
26
.
WithEnvironment
("InsertionRows", insertionrows)