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

Prefer pattern-based over interface-based disposal in await using #72598

Merged
merged 1 commit into from
Mar 21, 2024

Prefer pattern-based over interface-based disposal in await using

5d2578a
Select commit
Loading
Failed to load commit list.
Merged

Prefer pattern-based over interface-based disposal in await using #72598

Prefer pattern-based over interface-based disposal in await using
5d2578a
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 21, 2024 in 0s

.NET Result Analysis

Details

Test Failures (1 tests failed)

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

    Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.SemanticClassification [Details] [97.96% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.SemanticClassification (VS2022)
      Exception Message
      Assert.Contains() Failure
      Not found: class name
      In value:  identifier
      Stack Trace
         at Roslyn.VisualStudio.NewIntegrationTests.InProcess.ITextViewWindowVerifierInProcessExtensions.<CurrentTokenTypeAsync>d__3.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/InProcess/ITextViewWindowVerifierInProcessExtensions.cs:line 154
      --- 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()
         at Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.<SemanticClassification>d__4.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpClassification.cs:line 88
      --- 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