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

Wrap calls to CompletionProvider extensions such that they go through our extension manager #70843

Merged
merged 11 commits into from
Nov 16, 2023

Make sealed

c06da34
Select commit
Loading
Failed to load commit list.
Merged

Wrap calls to CompletionProvider extensions such that they go through our extension manager #70843

Make sealed
c06da34
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Nov 16, 2023 in 0s

.NET Result Analysis

Details

Known Infrastructure Errors

Test Failures (950 tests failed)

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

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

    Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.SemanticClassification [Details] [99.02% failure rate]
    [:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.SemanticClassification (VS2022)
      Exception Message
      System.AggregateException : One or more errors occurred.
      ---- System.MissingMethodException : Method not found: 'System.Threading.Tasks.ValueTask`1<System.Diagnostics.TraceSource> Microsoft.VisualStudio.LogHub.TraceConfiguration.RegisterLogSourceAsync(Microsoft.VisualStudio.RpcContracts.Logging.LogId, Microsoft.VisualStudio.RpcContracts.Logging.LoggerOptions, System.Threading.CancellationToken)'.
      Stack Trace
         at Microsoft.CodeAnalysis.ErrorReporting.TestTraceListener.VerifyNoErrorsAndReset() in /_/src/VisualStudio/IntegrationTest/TestSetup/TestTraceListener.cs:line 122
         at Roslyn.VisualStudio.IntegrationTests.AbstractIntegrationTest.<DisposeAsync>d__6.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractIntegrationTest.cs:line 102
      --- 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 Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.<CreateLoggerAsync>d__3.MoveNext()
         at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.CreateLoggerAsync(String serverTypeName, JsonRpc jsonRpc, CancellationToken cancellationToken)
         at Microsoft.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<CreateAsync>d__39`1.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 212
      --- 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.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<ActivateAsync>d__35.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 151
      --- 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.LanguageServer.Client.RemoteLanguageClientInstance.<InitializeAsync>d__117.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.Threading.TplExtensions.<WithTimeout>d__5.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.LanguageServer.Client.RemoteLanguageClientInstance.<TrackTaskAsync>d__118.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.LanguageServer.Client.RemoteLanguageClientInstance.<ActivateLanguageClientAsync>d__127.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.LanguageServer.Client.RemoteLanguageClientInstance.<GetInitializeResultAsync>d__111.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.LanguageServer.Client.MefClient.<GetServerCapabilitiesAsync>d__17.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.LanguageServer.Client.LanguageServiceClient.EnqueuedMessage`2.<ProcessAsync>d__9.MoveNext()
    Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.VerifyColorOfSomeTokens [Details] [99.01% failure rate]
    [:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.VerifyColorOfSomeTokens (VS2022)
      Exception Message
      System.AggregateException : One or more errors occurred.
      ---- System.MissingMethodException : Method not found: 'System.Threading.Tasks.ValueTask`1<System.Diagnostics.TraceSource> Microsoft.VisualStudio.LogHub.TraceConfiguration.RegisterLogSourceAsync(Microsoft.VisualStudio.RpcContracts.Logging.LogId, Microsoft.VisualStudio.RpcContracts.Logging.LoggerOptions, System.Threading.CancellationToken)'.
      Stack Trace
         at Microsoft.CodeAnalysis.ErrorReporting.TestTraceListener.VerifyNoErrorsAndReset() in /_/src/VisualStudio/IntegrationTest/TestSetup/TestTraceListener.cs:line 122
         at Roslyn.VisualStudio.IntegrationTests.AbstractIntegrationTest.<DisposeAsync>d__6.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractIntegrationTest.cs:line 102
      --- 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 Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.<CreateLoggerAsync>d__3.MoveNext()
         at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.CreateLoggerAsync(String serverTypeName, JsonRpc jsonRpc, CancellationToken cancellationToken)
         at Microsoft.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<CreateAsync>d__39`1.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 212
      --- 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.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<ActivateAsync>d__35.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 151
      --- 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.LanguageServer.Client.RemoteLanguageClientInstance.<InitializeAsync>d__117.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.Threading.TplExtensions.<WithTimeout>d__5.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.LanguageServer.Client.RemoteLanguageClientInstance.<TrackTaskAsync>d__118.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.LanguageServer.Client.RemoteLanguageClientInstance.<ActivateLanguageClientAsync>d__127.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.LanguageServer.Client.RemoteLanguageClientInstance.<GetInitializeResultAsync>d__111.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.LanguageServer.Client.MefClient.<GetServerCapabilitiesAsync>d__17.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.LanguageServer.Client.LanguageServiceClient.EnqueuedMessage`2.<ProcessAsync>d__9.MoveNext()
    Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.VerifyProjectConfigChange [Details] [99.01% failure rate]
    [:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.VerifyProjectConfigChange (VS2022)
      Exception Message
      System.AggregateException : One or more errors occurred.
      ---- System.MissingMethodException : Method not found: 'System.Threading.Tasks.ValueTask`1<System.Diagnostics.TraceSource> Microsoft.VisualStudio.LogHub.TraceConfiguration.RegisterLogSourceAsync(Microsoft.VisualStudio.RpcContracts.Logging.LogId, Microsoft.VisualStudio.RpcContracts.Logging.LoggerOptions, System.Threading.CancellationToken)'.
      Stack Trace
         at Microsoft.CodeAnalysis.ErrorReporting.TestTraceListener.VerifyNoErrorsAndReset() in /_/src/VisualStudio/IntegrationTest/TestSetup/TestTraceListener.cs:line 122
         at Roslyn.VisualStudio.IntegrationTests.AbstractIntegrationTest.<DisposeAsync>d__6.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractIntegrationTest.cs:line 102
      --- 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 Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.<CreateLoggerAsync>d__3.MoveNext()
         at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.CreateLoggerAsync(String serverTypeName, JsonRpc jsonRpc, CancellationToken cancellationToken)
         at Microsoft.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<CreateAsync>d__39`1.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 212
      --- 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.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<ActivateAsync>d__35.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 151
      --- 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.LanguageServer.Client.RemoteLanguageClientInstance.<InitializeAsync>d__117.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.Threading.TplExtensions.<WithTimeout>d__5.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.LanguageServer.Client.RemoteLanguageClientInstance.<TrackTaskAsync>d__118.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.LanguageServer.Client.RemoteLanguageClientInstance.<ActivateLanguageClientAsync>d__127.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.LanguageServer.Client.RemoteLanguageClientInstance.<GetInitializeResultAsync>d__111.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.LanguageServer.Client.MefClient.<GetServerCapabilitiesAsync>d__17.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.LanguageServer.Client.LanguageServiceClient.EnqueuedMessage`2.<ProcessAsync>d__9.MoveNext()
    Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpGenerateFromUsage.GenerateLocal [Details] [99.00% failure rate]
    [:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpGenerateFromUsage.GenerateLocal (VS2022)
      Exception Message
      System.AggregateException : One or more errors occurred.
      ---- System.MissingMethodException : Method not found: 'System.Threading.Tasks.ValueTask`1<System.Diagnostics.TraceSource> Microsoft.VisualStudio.LogHub.TraceConfiguration.RegisterLogSourceAsync(Microsoft.VisualStudio.RpcContracts.Logging.LogId, Microsoft.VisualStudio.RpcContracts.Logging.LoggerOptions, System.Threading.CancellationToken)'.
      ---- System.MissingMethodException : Method not found: 'System.Threading.Tasks.ValueTask`1<System.Diagnostics.TraceSource> Microsoft.VisualStudio.LogHub.TraceConfiguration.RegisterLogSourceAsync(Microsoft.VisualStudio.RpcContracts.Logging.LogId, Microsoft.VisualStudio.RpcContracts.Logging.LoggerOptions, System.Threading.CancellationToken)'.
      ---- System.MissingMethodException : Method not found: 'System.Threading.Tasks.ValueTask`1<System.Diagnostics.TraceSource> Microsoft.VisualStudio.LogHub.TraceConfiguration.RegisterLogSourceAsync(Microsoft.VisualStudio.RpcContracts.Logging.LogId, Microsoft.VisualStudio.RpcContracts.Logging.LoggerOptions, System.Threading.CancellationToken)'.
      Stack Trace
         at Microsoft.CodeAnalysis.ErrorReporting.TestTraceListener.VerifyNoErrorsAndReset() in /_/src/VisualStudio/IntegrationTest/TestSetup/TestTraceListener.cs:line 122
         at Roslyn.VisualStudio.IntegrationTests.AbstractIntegrationTest.<DisposeAsync>d__6.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractIntegrationTest.cs:line 102
      --- 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 #1 (System.MissingMethodException) -----
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.<CreateLoggerAsync>d__3.MoveNext()
         at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.CreateLoggerAsync(String serverTypeName, JsonRpc jsonRpc, CancellationToken cancellationToken)
         at Microsoft.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<CreateAsync>d__39`1.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 212
      --- 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.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<ActivateAsync>d__35.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 151
      --- 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.LanguageServer.Client.RemoteLanguageClientInstance.<InitializeAsync>d__117.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.Threading.TplExtensions.<WithTimeout>d__5.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.LanguageServer.Client.RemoteLanguageClientInstance.<TrackTaskAsync>d__118.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.LanguageServer.Client.RemoteLanguageClientInstance.<ActivateLanguageClientAsync>d__127.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.LanguageServer.Client.RemoteLanguageClientInstance.<GetInitializeResultAsync>d__111.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.LanguageServer.Client.MefClient.<GetServerCapabilitiesAsync>d__17.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.LanguageServer.Client.LanguageServiceClient.EnqueuedMessage`2.<ProcessAsync>d__9.MoveNext()
      ----- Inner Stack Trace #2 (System.MissingMethodException) -----
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.<CreateLoggerAsync>d__3.MoveNext()
         at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.CreateLoggerAsync(String serverTypeName, JsonRpc jsonRpc, CancellationToken cancellationToken)
         at Microsoft.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<CreateAsync>d__39`1.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 212
      --- 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.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<ActivateAsync>d__35.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 151
      --- 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.LanguageServer.Client.RemoteLanguageClientInstance.<InitializeAsync>d__117.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.Threading.TplExtensions.<WithTimeout>d__5.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.LanguageServer.Client.RemoteLanguageClientInstance.<TrackTaskAsync>d__118.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.LanguageServer.Client.RemoteLanguageClientInstance.<ActivateLanguageClientAsync>d__127.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.LanguageServer.Client.RemoteLanguageClientInstance.<GetInitializeResultAsync>d__111.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.LanguageServer.Client.MefClient.<GetServerCapabilitiesAsync>d__17.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.LanguageServer.Client.LanguageServiceClient.EnqueuedMessage`2.<ProcessAsync>d__9.MoveNext()
      ----- Inner Stack Trace #3 (System.MissingMethodException) -----
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.<CreateLoggerAsync>d__3.MoveNext()
         at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.CreateLoggerAsync(String serverTypeName, JsonRpc jsonRpc, CancellationToken cancellationToken)
         at Microsoft.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<CreateAsync>d__39`1.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 212
      --- 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.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<ActivateAsync>d__35.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 151
      --- 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.LanguageServer.Client.RemoteLanguageClientInstance.<InitializeAsync>d__117.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.Threading.TplExtensions.<WithTimeout>d__5.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.LanguageServer.Client.RemoteLanguageClientInstance.<TrackTaskAsync>d__118.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.LanguageServer.Client.RemoteLanguageClientInstance.<ActivateLanguageClientAsync>d__127.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.LanguageServer.Client.RemoteLanguageClientInstance.<GetInitializeResultAsync>d__111.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.LanguageServer.Client.MefClient.<GetServerCapabilitiesAsync>d__17.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.LanguageServer.Client.LanguageServiceClient.EnqueuedMessage`2.<ProcessAsync>d__9.MoveNext()
    Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpQuickInfo.International [Details] [100.00% failure rate]
    [:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpQuickInfo.International (VS2022)
      Exception Message
      System.AggregateException : One or more errors occurred.
      ---- System.InvalidOperationException : Unexpected null - line 34
      ---- System.AggregateException : One or more errors occurred.
      -------- System.MissingMethodException : Method not found: 'System.Threading.Tasks.ValueTask`1<System.Diagnostics.TraceSource> Microsoft.VisualStudio.LogHub.TraceConfiguration.RegisterLogSourceAsync(Microsoft.VisualStudio.RpcContracts.Logging.LogId, Microsoft.VisualStudio.RpcContracts.Logging.LoggerOptions, System.Threading.CancellationToken)'.
      -------- System.AggregateException : One or more errors occurred.
      ------------ System.MissingMethodException : Method not found: 'System.Threading.Tasks.ValueTask`1<System.Diagnostics.TraceSource> Microsoft.VisualStudio.LogHub.TraceConfiguration.RegisterLogSourceAsync(Microsoft.VisualStudio.RpcContracts.Logging.LogId, Microsoft.VisualStudio.RpcContracts.Logging.LoggerOptions, System.Threading.CancellationToken)'.
      Stack Trace
      ----- Inner Stack Trace #1 (System.InvalidOperationException) -----
         at Roslyn.Utilities.Contract.Fail(String message, Int32 lineNumber) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/Contract.cs:line 154
         at Roslyn.Utilities.Contract.ThrowIfNull[T](T value, Int32 lineNumber) in /_/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/Contract.cs:line 31
         at Roslyn.VisualStudio.NewIntegrationTests.InProcess.ITextViewWindowInProcessExtensions.<InvokeQuickInfoAsync>d__0.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/InProcess/ITextViewWindowInProcessExtensions.cs:line 34
      --- 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 Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpQuickInfo.<International>d__5.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/CSharp/CSharpQuickInfo.cs:line 71
      --- 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)
      ----- Inner Stack Trace #2 (System.AggregateException) -----
         at Microsoft.CodeAnalysis.ErrorReporting.TestTraceListener.VerifyNoErrorsAndReset() in /_/src/VisualStudio/IntegrationTest/TestSetup/TestTraceListener.cs:line 122
         at Roslyn.VisualStudio.IntegrationTests.AbstractIntegrationTest.<DisposeAsync>d__6.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractIntegrationTest.cs:line 102
      --- 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 #1 (System.MissingMethodException) -----
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.<CreateLoggerAsync>d__3.MoveNext()
         at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.CreateLoggerAsync(String serverTypeName, JsonRpc jsonRpc, CancellationToken cancellationToken)
         at Microsoft.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<CreateAsync>d__39`1.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 212
      --- 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.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<ActivateAsync>d__35.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 151
      --- 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.LanguageServer.Client.RemoteLanguageClientInstance.<InitializeAsync>d__117.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.Threading.TplExtensions.<WithTimeout>d__5.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.LanguageServer.Client.RemoteLanguageClientInstance.<TrackTaskAsync>d__118.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.LanguageServer.Client.RemoteLanguageClientInstance.<ActivateLanguageClientAsync>d__127.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.LanguageServer.Client.RemoteLanguageClientInstance.<GetInitializeResultAsync>d__111.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.LanguageServer.Client.MefClient.<GetServerCapabilitiesAsync>d__17.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.LanguageServer.Client.LanguageServiceClient.EnqueuedMessage`2.<ProcessAsync>d__9.MoveNext()
      ----- Inner Stack Trace #2 (System.AggregateException) -----
         at Microsoft.VisualStudio.Language.Intellisense.Implementation.AsyncQuickInfoSession.<UpdateAsync>d__32.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.Language.Intellisense.Implementation.AsyncQuickInfoPresentationSession.<UpdateAsync>d__5.MoveNext()
      ----- Inner Stack Trace -----
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.<CreateLoggerAsync>d__3.MoveNext()
         at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
         at Microsoft.VisualStudio.LanguageServices.Implementation.LanguageClient.VisualStudioLogHubLoggerFactory.CreateLoggerAsync(String serverTypeName, JsonRpc jsonRpc, CancellationToken cancellationToken)
         at Microsoft.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<CreateAsync>d__39`1.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 212
      --- 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.CodeAnalysis.Editor.Implementation.LanguageClient.AbstractInProcLanguageClient.<ActivateAsync>d__35.MoveNext() in /_/src/EditorFeatures/Core/LanguageServer/AbstractInProcLanguageClient.cs:line 151
      --- 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.LanguageServer.Client.RemoteLanguageClientInstance.<InitializeAsync>d__117.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.Threading.TplExtensions.<WithTimeout>d__5.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.LanguageServer.Client.RemoteLanguageClientInstance.<TrackTaskAsync>d__118.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.LanguageServer.Client.RemoteLanguageClientInstance.<ActivateLanguageClientAsync>d__127.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.LanguageServer.Client.RemoteLanguageClientInstance.<GetInitializeResultAsync>d__111.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.LanguageServer.Client.MefClient.<GetServerCapabilitiesAsync>d__17.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.LanguageServer.Client.LanguageServiceClient.EnqueuedMessage`2.<ProcessAsync>d__9.MoveNext()

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

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

Was this helpful? Yes No