10 writes to InheritEnv
Aspire.Hosting (10)
Dcp\DcpHost.cs (1)
325InheritEnv = false,
Publishing\ContainerRuntimeBase.cs (6)
119InheritEnv = true 338InheritEnv = true 358InheritEnv = true, 413InheritEnv = true, 462InheritEnv = true, 608InheritEnv = 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);