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

Run final fix-all code-cleanup phase out of process. #73357

Closed
wants to merge 26 commits into from

Merge branch 'main' into codeCleanupOop

9844268
Select commit
Loading
Failed to load commit list.
Closed

Run final fix-all code-cleanup phase out of process. #73357

Merge branch 'main' into codeCleanupOop
9844268
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed May 13, 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.

Build Failures

roslyn-CI / Windows_Debug_Build / Build_Windows_Debug / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Workspaces\Core\Portable\CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs(68,37): error CS0103: The name 'CleanSemanticsAsync' does not exist in the current context
    ❌src\Workspaces\Core\Portable\CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs(213,83): error CS0103: The name 'dirtyDocument' does not exist in the current context
    ❌src\Workspaces\Core\Portable\CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs(213,22): error CS8130: Cannot infer the type of implicitly-typed deconstruction variable 'annotatedNodes'.

roslyn-CI / Windows_Release_Build / Build_Windows_Release / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Workspaces\Core\Portable\CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs(68,37): error CS0103: The name 'CleanSemanticsAsync' does not exist in the current context
    ❌src\Workspaces\Core\Portable\CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs(213,83): error CS0103: The name 'dirtyDocument' does not exist in the current context
    ❌src\Workspaces\Core\Portable\CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs(213,22): error CS8130: Cannot infer the type of implicitly-typed deconstruction variable 'annotatedNodes'.

roslyn-CI / Unix_Build / Build_Unix_Debug / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Workspaces/Core/Portable/CodeFixesAndRefactorings/DocumentBasedFixAllProviderHelpers.cs(68,37): error CS0103: The name 'CleanSemanticsAsync' does not exist in the current context
    ❌src/Workspaces/Core/Portable/CodeFixesAndRefactorings/DocumentBasedFixAllProviderHelpers.cs(213,83): error CS0103: The name 'dirtyDocument' does not exist in the current context
    ❌src/Workspaces/Core/Portable/CodeFixesAndRefactorings/DocumentBasedFixAllProviderHelpers.cs(213,22): error CS8130: Cannot infer the type of implicitly-typed deconstruction variable 'annotatedNodes'.

5 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [roslyn-CI] [roslyn-integration-CI]

Was this helpful? Yes No