10 writes to InheritEnv
Aspire.Hosting (10)
Dcp\DcpHost.cs (1)
325InheritEnv = false,
Publishing\ContainerRuntimeBase.cs (6)
346InheritEnv = true 638InheritEnv = true 660InheritEnv = true, 715InheritEnv = true, 764InheritEnv = true, 910InheritEnv = true
Publishing\PodmanContainerRuntime.cs (1)
42InheritEnv = true,
ResourceBuilderExtensions.cs (1)
3450InheritEnv = processCommandSpec.InheritEnvironmentVariables,
VersionChecking\PackageFetcher.cs (1)
33InheritEnv = true,
5 references to InheritEnv
Aspire.Hosting (1)
Dcp\Process\ProcessUtil.cs (1)
65if (!processSpec.InheritEnv)
Aspire.Hosting.Tests (4)
WithProcessCommandTests.cs (4)
284Assert.False(processSpec.InheritEnv); 1099Assert.False(processSpec.InheritEnv); 1155Assert.True(processSpec.InheritEnv); 1288Assert.False(processSpec.InheritEnv);