Skip to content

Add OpenStandardInputHandle, OpenStandardOutputHandle, and OpenStandardErrorHandle APIs#123478

Merged
jkotas merged 21 commits into
mainfrom
copilot/add-console-std-handle-apis
Feb 4, 2026
Merged

Add OpenStandardInputHandle, OpenStandardOutputHandle, and OpenStandardErrorHandle APIs#123478
jkotas merged 21 commits into
mainfrom
copilot/add-console-std-handle-apis

Remove unused Interop.Dup.cs references from System.Console.csproj

80f4cd6
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Feb 4, 2026 in 0s

.NET Result Analysis

Details

‼️ Build Analysis Check Result has been manually overridden

  • The build analysis check result has been updated by the user for the following reason: none of the failures in extra platforms look related to this change. Mostly infrastructure issues.
  • The check result has changed from Failure to Success

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Known Infrastructure Errors

Build Failures

runtime-extra-platforms / Build / tvos-arm64 Release AllSubsets_Mono_RuntimeTests / Send tests to Helix (Unix)

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26069.103/tools/xharness-runner/XHarnessRunner.targets(123,5): error : App bundle not found in /Users/runner/work/1/s/artifacts/tests/coreclr/tvos.arm64.Release/MergedPayloads/Regression_PdbOnly_r_1.zip
    ❌.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26069.103/tools/xharness-runner/XHarnessRunner.targets(123,5): error : App bundle not found in /Users/runner/work/1/s/artifacts/tests/coreclr/tvos.arm64.Release/MergedPayloads/tracing.zip
    ❌.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26069.103/tools/xharness-runner/XHarnessRunner.targets(123,5): error : App bundle not found in /Users/runner/work/1/s/artifacts/tests/coreclr/tvos.arm64.Release/MergedPayloads/JIT.CodeGenBringUpTests_ro.zip

runtime-extra-platforms / Build / ios-arm64 Release AllSubsets_Mono_RuntimeTests / Send tests to Helix (Unix)

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26069.103/tools/xharness-runner/XHarnessRunner.targets(123,5): error : App bundle not found in /Users/runner/work/1/s/artifacts/tests/coreclr/ios.arm64.Release/MergedPayloads/Regression_PdbOnly_r_1.zip
    ❌.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26069.103/tools/xharness-runner/XHarnessRunner.targets(123,5): error : App bundle not found in /Users/runner/work/1/s/artifacts/tests/coreclr/ios.arm64.Release/MergedPayloads/tracing.zip
    ❌.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26069.103/tools/xharness-runner/XHarnessRunner.targets(123,5): error : App bundle not found in /Users/runner/work/1/s/artifacts/tests/coreclr/ios.arm64.Release/MergedPayloads/JIT.CodeGenBringUpTests_ro.zip

runtime-extra-platforms / Build / tvos-arm64 Release AllSubsets_NativeAOT_RuntimeTests / Build Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/mono/msbuild/apple/build/AppleBuild.targets(324,5): error MSB4018: The "AppleAppBuilderTask" task failed unexpectedly. [/Users/runner/work/1/s/src/tests/nativeaot/SmokeTests/UnitTests/UnitTests.csproj]
    ❌src/mono/msbuild/apple/build/AppleBuild.targets(324,5): error MSB4018: System.Exception: Error: Process returned non-zero exit code: Command line invocation: [/Users/runner/work/1/s/src/tests/nativeaot/SmokeTests/UnitTests/UnitTests.csproj]
    ❌src/mono/msbuild/apple/build/AppleBuild.targets(324,5): error MSB4018: /Applications/Xcode_16.4.app/Contents/Developer/usr/bin/xcodebuild ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO -arch arm64 -sdk appletvos -configuration Release [/Users/runner/work/1/s/src/tests/nativeaot/SmokeTests/UnitTests/UnitTests.csproj]

14 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [runtime-extra-platforms] [runtime]

Known test errors

The following build(s) were only partially analyzed due to the number of test errors and helix logs:
- [runtime-extra-platforms]

Test Failures (112 tests failed)

🔹 [All failing tests from runtime-extra-platforms]

Was this helpful? Yes No