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

Implement module cancellation and stack probing instrumentations #71896

Merged
merged 16 commits into from
Mar 11, 2024

Typo

6ca361c
Select commit
Loading
Failed to load commit list.
Merged

Implement module cancellation and stack probing instrumentations #71896

Typo
6ca361c
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 1, 2024 in 0s

.NET Result Analysis

Details

Test Failures (1 tests failed)

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

    Roslyn.VisualStudio.NewIntegrationTests.CSharp.CSharpSourceGenerators.InvokeNavigateToForGeneratedFile [Details] [59.92% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Roslyn.VisualStudio.NewIntegrationTests.CSharp.CSharpSourceGenerators.InvokeNavigateToForGeneratedFile (VS2022)
      Exception Message
      System.InvalidOperationException : This operation is not supported for a relative URI.
      Stack Trace
         at System.Uri.get_LocalPath()
         at Microsoft.VisualStudio.PlatformUI.Packages.Search.UI.Controls.PreviewPanel.CodeEditorPresenter.<HandleResultInvokingAsync>d__49.MoveNext()
      --- 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.VisualStudio.PlatformUI.Packages.Search.UI.Helpers.SearchMessenger.<NotifyResultInvokingAsync>d__1.MoveNext()
      --- 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.VisualStudio.PlatformUI.Packages.Search.UI.SearchViewModel.<>c__DisplayClass141_0.<<InvokeSelectedResult>g__InvokeResultAsync|0>d.MoveNext()
      --- 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.InProcess.InputInProcess.<WaitNavigationItemShowsUpAsync>d__7.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/InProcess/InputInProcess.cs:line 129
      --- 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.InProcess.InputInProcess.<SendToNavigateToAsync>d__6.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/InProcess/InputInProcess.cs:line 107
      --- 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.NewIntegrationTests.CSharp.CSharpSourceGenerators.<InvokeNavigateToForGeneratedFile>d__9.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpSourceGenerators.cs:line 170
      --- 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