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

Update msbuild version to 17.3.4 #73283

Merged
merged 6 commits into from
May 14, 2024

Add System.Threading.Tasks.Dataflow product dependency

7f68dc4
Select commit
Loading
Failed to load commit list.
Merged

Update msbuild version to 17.3.4 #73283

Add System.Threading.Tasks.Dataflow product dependency
7f68dc4
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.

Test Failures (3 tests failed)

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

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

    Roslyn.VisualStudio.NewIntegrationTests.InfrastructureTests.CanCloseSaveDialog [Details] [97.73% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (2)

    Data Driven SubResults
      Roslyn.VisualStudio.NewIntegrationTests.InfrastructureTests.CanCloseSaveDialog (VS2022)
      Exception Message
      Assert.Equal() Failure
                ↓ (pos 0)
      Expected: Microsoft Visual Studio
      Actual:   
                ↑ (pos 0)
      Stack Trace
         at Roslyn.VisualStudio.NewIntegrationTests.InfrastructureTests.<CanCloseSaveDialog>d__3.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/InfrastructureTests.cs:line 42
      --- 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 System.Runtime.CompilerServices.TaskAwaiter.GetResult()
      --- 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)

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

    Roslyn.VisualStudio.NewIntegrationTests.InfrastructureTests.CanCloseSaveDialog [Details] [97.73% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Roslyn.VisualStudio.NewIntegrationTests.InfrastructureTests.CanCloseSaveDialog (VS2022)
      Exception Message
      Assert.Equal() Failure
                ↓ (pos 0)
      Expected: Microsoft Visual Studio
      Actual:   
                ↑ (pos 0)
      Stack Trace
         at Roslyn.VisualStudio.NewIntegrationTests.InfrastructureTests.<CanCloseSaveDialog>d__3.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/InfrastructureTests.cs:line 42
      --- 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 System.Runtime.CompilerServices.TaskAwaiter.GetResult()
      --- 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