Skip to content

Add ProcessStartInfo.InheritedHandles to restrict child process handle inheritance#126318

Merged
adamsitnik merged 48 commits into
mainfrom
copilot/add-inherited-handles-to-processstartinfo
Apr 8, 2026
Merged

Add ProcessStartInfo.InheritedHandles to restrict child process handle inheritance#126318
adamsitnik merged 48 commits into
mainfrom
copilot/add-inherited-handles-to-processstartinfo

Apply suggestions from code review

79f91d0
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime (Build windows-x86 Release Libraries_NET481) failed Apr 7, 2026 in 16m 49s

Build windows-x86 Release Libraries_NET481 failed

Annotations

Check failure on line 222 in src\libraries\System.Linq.AsyncEnumerable\tests\JoinTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build windows-x86 Release Libraries_NET481)

src\libraries\System.Linq.AsyncEnumerable\tests\JoinTests.cs#L222

src\libraries\System.Linq.AsyncEnumerable\tests\JoinTests.cs(222,32): error CS0411: (NETCORE_ENGINEERING_TELEMETRY=Build) The type arguments for method 'AsyncEnumerable.Join<TOuter, TInner, TKey>(IAsyncEnumerable<TOuter>, IAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, IEqualityComparer<TKey>?)' cannot be inferred from the usage. Try specifying the type arguments explicitly.

Check failure on line 226 in src\libraries\System.Linq.AsyncEnumerable\tests\JoinTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime (Build windows-x86 Release Libraries_NET481)

src\libraries\System.Linq.AsyncEnumerable\tests\JoinTests.cs#L226

src\libraries\System.Linq.AsyncEnumerable\tests\JoinTests.cs(226,32): error CS0411: (NETCORE_ENGINEERING_TELEMETRY=Build) The type arguments for method 'AsyncEnumerable.Join<TOuter, TInner, TKey>(IAsyncEnumerable<TOuter>, IAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, IEqualityComparer<TKey>?)' cannot be inferred from the usage. Try specifying the type arguments explicitly.