Allow server to pass along a specific project-scope it wants to sync data for. #70342
.NET Result Analysis
Details
Known Infrastructure Errors
Test Failures (3 tests failed)
🔹 [All failing tests from roslyn-integration-CI]
- Exception Message
System.InvalidOperationException : Sequence contains no matching element
- CallStack
Server stack trace: at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate) at Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess.SolutionExplorer_InProc.RestoreNuGetPackages(String projectName) in /_/src/VisualStudio/IntegrationTest/TestUtilities/InProcess/SolutionExplorer_InProc.cs:line 881 at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess.SolutionExplorer_InProc.RestoreNuGetPackages(String projectName)
at Roslyn.VisualStudio.IntegrationTests.AbstractEditorTest.<InitializeAsync>d__7.MoveNext() in /_/src/VisualStudio/IntegrationTest/IntegrationTests/AbstractEditorTest.cs:line 54
--- 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)- Data Driven SubResults
- Exception Message
System.Runtime.InteropServices.COMException : Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))
- Stack Trace
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at Microsoft.VisualStudio.Extensibility.Testing.IVsTextManagerExtensions.<GetActiveViewAsync>d__1.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/IVsTextManagerExtensions.g.cs:line 24 --- 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.Extensibility.Testing.EditorInProcess.<GetActiveVsTextViewAsync>d__64.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/EditorInProcess1.g.cs:line 33 --- 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.Extensibility.Testing.EditorInProcess.<GetActiveTextViewHostAsync>d__63.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/EditorInProcess1.g.cs:line 21 --- 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.Extensibility.Testing.EditorInProcess.<GetActiveTextViewAsync>d__62.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/EditorInProcess1.g.cs:line 17 --- 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.Extensibility.Testing.EditorInProcess.<DismissCompletionSessionsAsync>d__39.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/InProcess/EditorInProcess.cs:line 689 --- 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.AbstractEditorTest.<SetUpEditorAsync>d__10.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractEditorTest.cs:line 73 --- 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.NewIntegrationTests.VisualBasic.BasicGoToDefinition.<ObjectBrowserNavigation>d__4.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/VisualBasic/BasicGoToDefinition.cs:line 59 --- 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)
❌ Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpSignatureHelp.ExplicitSignatureHelpDismissesCompletion [Details] [1.49% failure rate]
-
[:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]
Failing Configuration
❌ Roslyn.VisualStudio.NewIntegrationTests.VisualBasic.BasicGoToDefinition.ObjectBrowserNavigation [Details] [100.00% failure rate]
-
[:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]
Failing Configurations (2)
-
❌ Roslyn.VisualStudio.NewIntegrationTests.VisualBasic.BasicGoToDefinition.ObjectBrowserNavigation (VS2022)