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

Add feature to convert from an explicitly typed lambda to an implicitly typed one. #76770

Merged
merged 148 commits into from
Jan 16, 2025

Add docs

e5d47df
Select commit
Loading
Failed to load commit list.
Merged

Add feature to convert from an explicitly typed lambda to an implicitly typed one. #76770

Add docs
e5d47df
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jan 16, 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.

Test Failures (1 tests failed)

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

    Microsoft.CodeAnalysis.MSBuild.UnitTests.NetCoreTests.TestBuildHostLocale_EN [Details] [0.09% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.ComponentModel.Win32Exception : Access is denied
    CallStack
       at System.Diagnostics.Process.Kill()
       at Microsoft.CodeAnalysis.MSBuild.BuildHostProcessManager.BuildHostProcess.<DisposeAsync>d__15.MoveNext() in /_/src/Workspaces/Core/MSBuild/MSBuild/BuildHostProcessManager.cs:line 447
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at Microsoft.CodeAnalysis.MSBuild.BuildHostProcessManager.<DisposeAsync>d__12.MoveNext() in /_/src/Workspaces/Core/MSBuild/MSBuild/BuildHostProcessManager.cs:line 162
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.CodeAnalysis.MSBuild.MSBuildProjectLoader.<LoadProjectInfoAsync>d__24.MoveNext() in /_/src/Workspaces/Core/MSBuild/MSBuild/MSBuildProjectLoader.cs:line 295
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.CodeAnalysis.MSBuild.MSBuildWorkspace.<OpenProjectAsync>d__27.MoveNext() in /_/src/Workspaces/Core/MSBuild/MSBuild/MSBuildWorkspace.cs:line 251
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.CodeAnalysis.MSBuild.UnitTests.NetCoreTests.<AssertInvalidTfmDiagnosticMessageContains>d__17.MoveNext() in /_/src/Workspaces/MSBuildTest/NetCoreTests.cs:line 476
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.CodeAnalysis.MSBuild.UnitTests.NetCoreTests.<TestBuildHostLocale_EN>d__15.MoveNext() in /_/src/Workspaces/MSBuildTest/NetCoreTests.cs:line 454
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Was this helpful? Yes No