Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConsoleKeyInfo improvements. #107410

Closed
wants to merge 2 commits into from

Merge branch 'main' into main

e888c19
Select commit
Loading
Failed to load commit list.
Closed

ConsoleKeyInfo improvements. #107410

Merge branch 'main' into main
e888c19
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Sep 5, 2024 in 0s

.NET Result Analysis

Details

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.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Build Failures

runtime / Build / windows-x64 Debug Libraries_AllConfigurations / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages\microsoft.dotnet.apicompat.task\9.0.100-rc.1.24409.1\build\Microsoft.DotNet.ApiCompat.ValidateAssemblies.Common.targets(16,5): error : API compatibility errors between 'ref/net9.0/System.Console.dll' (left) and 'runtimes/win/lib/net9.0/System.Console.dll' (right):
    ❌.packages\microsoft.dotnet.apicompat.task\9.0.100-rc.1.24409.1\build\Microsoft.DotNet.ApiCompat.ValidateAssemblies.Common.targets(16,5): error CP0002: Member 'System.ConsoleKeyInfo.ConsoleKeyInfo(char, System.ConsoleKey)' exists on runtimes/win/lib/net9.0/System.Console.dll but not on ref/net9.0/System.Console.dll
    ❌.packages\microsoft.dotnet.apicompat.task\9.0.100-rc.1.24409.1\build\Microsoft.DotNet.ApiCompat.ValidateAssemblies.Common.targets(16,5): error : API compatibility errors between 'ref/net9.0/System.Console.dll' (left) and 'runtimes/unix/lib/net9.0/System.Console.dll' (right):

runtime-dev-innerloop / Build / linux-x64 debug Libraries_AllConfigurations / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.apicompat.task/9.0.100-rc.1.24409.1/build/Microsoft.DotNet.ApiCompat.ValidateAssemblies.Common.targets(16,5): error : API compatibility errors between 'ref/net9.0/System.Console.dll' (left) and 'runtimes/win/lib/net9.0/System.Console.dll' (right):
    ❌.packages/microsoft.dotnet.apicompat.task/9.0.100-rc.1.24409.1/build/Microsoft.DotNet.ApiCompat.ValidateAssemblies.Common.targets(16,5): error CP0002: Member 'System.ConsoleKeyInfo.ConsoleKeyInfo(char, System.ConsoleKey)' exists on runtimes/win/lib/net9.0/System.Console.dll but not on ref/net9.0/System.Console.dll
    ❌.packages/microsoft.dotnet.apicompat.task/9.0.100-rc.1.24409.1/build/Microsoft.DotNet.ApiCompat.ValidateAssemblies.Common.targets(16,5): error : API compatibility errors between 'ref/net9.0/System.Console.dll' (left) and 'runtimes/unix/lib/net9.0/System.Console.dll' (right):

runtime-dev-innerloop / Build / Source-Build (Linux_x64) / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.arcade.sdk/9.0.0-beta.24423.2/tools/SourceBuild/SourceBuildArcadeBuild.targets(130,5): error MSB3073: The command "./build.sh --arch x64 --configuration Release --allconfigurations --verbosity minimal --nodereuse false --warnAsError false --outputrid linux-x64 /p:AdditionalRuntimeIdentifierParent= /p:DotNetBuildRepo=true /p:ContinuousIntegrationBuild=true /p:GitHubRepositoryName=runtime /p:DotNetBuildInnerRepo=true /p:DotNetBuildSourceOnly=true /p:ArcadeInnerBuildFromSource=true /p:DotNetBuildFromSource=true /p:RepoRoot="/__w/1/s/artifacts/sb/src/" /p:ArtifactsDir="/__w/1/s/artifacts/sb/src/artifacts/" /bl:"/__w/1/s/artifacts/sb/src/artifacts/log/Release/source-inner-build.binlog" /p:ContinuousIntegrationBuild=true /p:SourceBuildOutputDir="/__w/1/s/artifacts/sb/" /p:FullAssemblySigningSupported=false /p:DotNetPublishUsingPipelines=true /p:GitHubRepositoryName=runtime" exited with code 1.

Known test errors

Test Failures (84 tests failed)

🔹 [All failing tests from runtime]

Was this helpful? Yes No