7 references to WithEnvironment
Aspire.Hosting.Azure.Tests (1)
AzureDeployerTests.cs (1)
691
.
WithEnvironment
("DEPENDENT_VALUE", dependentParam);
Aspire.Hosting.Tests (6)
WithEnvironmentTests.cs (6)
363
.
WithEnvironment
("TEST_VAR", testValue);
391
.
WithEnvironment
("TEST_VAR", testValue);
417
ResourceBuilderExtensions.
WithEnvironment
<ProjectResource, TestValueAndManifestProvider>(null!, "TEST_VAR", testValue));
421
projectA.
WithEnvironment
<ProjectResource, TestValueAndManifestProvider>(null!, testValue));
425
projectA.
WithEnvironment
("TEST_VAR", (TestValueAndManifestProvider)null!));
444
.
WithEnvironment
("ENDPOINT_PORT", portProperty);