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 with suppressions #76898

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

try again

2da1ae7
Select commit
Loading
Failed to load commit list.
Draft

Test out 9.0.300 and package pruning with suppressions #76898

try again
2da1ae7
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/Workspaces/Core/Portable/Workspace/ProjectSystem/ProjectSystemProject.cs(32,36): error IDE0052: Private member 'ProjectSystemProject.s_directorySeparator' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
    ❌src/Compilers/CSharp/Portable/Parser/SyntaxParser.cs(912,81): error IDE0060: Parameter 'list' can be removed; its initial value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
    ❌src/Analyzers/Core/Analyzers/Helpers/HashCodeAnalyzer/HashCodeAnalyzer.cs(19,34): error IDE0052: Private member 'HashCodeAnalyzer._compilation' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Workspaces\Core\Portable\Workspace\ProjectSystem\ProjectSystemProject.cs(32,36): error IDE0052: Private member 'ProjectSystemProject.s_directorySeparator' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
    ❌src\Analyzers\Core\Analyzers\Helpers\HashCodeAnalyzer\HashCodeAnalyzer.cs(19,34): error IDE0052: Private member 'HashCodeAnalyzer._compilation' can be removed as the value assigned to it is never read (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052)
    ❌src\Compilers\CSharp\Portable\Parser\SyntaxParser.cs(912,81): error IDE0060: Parameter 'list' can be removed; its initial value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)

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