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

Merge 'main' into 'features/field-keyword' #74955

Merged

Merge remote-tracking branch 'upstream/main' into mergeMainIntoField

a68093b
Select commit
Loading
Failed to load commit list.
Merged

Merge 'main' into 'features/field-keyword' #74955

Merge remote-tracking branch 'upstream/main' into mergeMainIntoField
a68093b
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Aug 30, 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 (1 tests failed)

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

    Roslyn.VisualStudio.NewIntegrationTests.CSharp.CSharpNewDocumentFormatting.CreateLegacyProjectWithFileScopedNamespaces [Details] [2.91% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Roslyn.VisualStudio.NewIntegrationTests.CSharp.CSharpNewDocumentFormatting.CreateLegacyProjectWithFileScopedNamespaces (VS2022)
      Exception Message
      System.AggregateException : One or more errors occurred.
      ---- System.Exception : Request for solution-checksum 'pJmX2A++/ArbMUFh9Q5nHA==' that was not pinned on the host side.
      Stack Trace
         at Microsoft.CodeAnalysis.ErrorReporting.TestTraceListener.VerifyNoErrorsAndReset() in /_/src/VisualStudio/IntegrationTest/TestSetup/TestTraceListener.cs:line 135
         at Roslyn.VisualStudio.IntegrationTests.AbstractIntegrationTest.<DisposeAsync>d__8.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractIntegrationTest.cs:line 190
      --- 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)
      ----- Inner Stack Trace -----
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at Microsoft.CodeAnalysis.ErrorReporting.TestTraceListener.Exit(String message) in /_/src/VisualStudio/IntegrationTest/TestSetup/TestTraceListener.cs:line 105

Was this helpful? Yes No