7 references to WithEnvironment
Aspire.Hosting.Azure.Tests (1)
AzureDeployerTests.cs (1)
733.WithEnvironment("DEPENDENT_VALUE", dependentParam);
Aspire.Hosting.Tests (6)
WithEnvironmentTests.cs (6)
372.WithEnvironment("TEST_VAR", testValue); 400.WithEnvironment("TEST_VAR", testValue); 426ResourceBuilderExtensions.WithEnvironment<ProjectResource, TestValueAndManifestProvider>(null!, "TEST_VAR", testValue)); 430projectA.WithEnvironment<ProjectResource, TestValueAndManifestProvider>(null!, testValue)); 434projectA.WithEnvironment("TEST_VAR", (TestValueAndManifestProvider)null!)); 453.WithEnvironment("ENDPOINT_PORT", portProperty);