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

Test out 9.0.300 and package pruning #76896

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Test out 9.0.300 and package pruning

8aa1102
Select commit
Loading
Failed to load commit list.
Draft

Test out 9.0.300 and package pruning #76896

Test out 9.0.300 and package pruning
8aa1102
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 24, 2025 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.

Build Failures

roslyn-CI / Correctness / Correctness_Analyzers / Build with analyzers

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Compilers/Core/Portable/EmbeddedText.cs(373,44): error IDE0055: Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
    ❌src/Compilers/Core/Portable/MetadataReader/PEModule.cs(2323,29): error IDE0051: Private member 'PEModule.CrackBoolAndBoolInAttributeValue' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
    ❌src/NuGet/VS.Tools.Roslyn.Package/VS.Tools.Roslyn.Package.csproj(56,5): error MSB3030: Could not copy the file "/mnt/vss/_work/1/s/artifacts/bin/csc/Debug/net472/csc.exe" because it was not found.

roslyn-CI / Correctness / Correctness_Bootstrap_Build_Default / Build - Validate Correctness

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Compilers\Core\Portable\EmbeddedText.cs(373,44): error IDE0055: Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055)
    ❌src\Compilers\Core\Portable\MetadataReader\PEModule.cs(2323,29): error IDE0051: Private member 'PEModule.CrackBoolAndBoolInAttributeValue' is unused (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051)
    ❌artifacts\obj\Microsoft.CodeAnalysis.Compilers.Setup.arm64\Release\net472\Microsoft.CodeAnalysis.Compilers.arm64.swr(17,2): error SWIX1108: Could not find file at path: D:\a\_work\1\s\artifacts\bin\csc-arm64\Release\net472\Microsoft.DiaSymReader.Native.amd64.dll.

Test Failures (141 tests failed)

🔹 [All failing tests from roslyn-CI]

🔹 [All failing tests from roslyn-integration-CI]

    ⚠️ 64 failing tests not displayed for this pipeline due to space limitations

Was this helpful? Yes No