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

Reduce allocations required to create a TransformNode #72375

Merged

get rid of else condition and replace with when condition on try/catch

26a90f2
Select commit
Loading
Failed to load commit list.
Merged

Reduce allocations required to create a TransformNode #72375

get rid of else condition and replace with when condition on try/catch
26a90f2
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 6, 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] [96.55% 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