Add ProcessStartInfo.InheritedHandles to restrict child process handle inheritance#126318
Merged
adamsitnik merged 48 commits intoApr 8, 2026
Merged
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
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
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.
Loading