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

Collection expressions: IOperation support #70650

Merged
merged 10 commits into from
Nov 30, 2023

Add test

4dd8285
Select commit
Loading
Failed to load commit list.
Merged

Collection expressions: IOperation support #70650

Add test
4dd8285
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Nov 30, 2023 in 0s

.NET Result Analysis

Details

Known Infrastructure Errors

Test Failures (1 tests failed)

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

    Roslyn.VisualStudio.NewIntegrationTests.Workspaces.WorkspacesNetCore.MetadataReference [Details] [69.72% failure rate]
    [:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Roslyn.VisualStudio.NewIntegrationTests.Workspaces.WorkspacesNetCore.MetadataReference (VS2022)
      Exception Message
      Assert.Contains() Failure
      Not found: struct 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 155
      --- 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.Workspaces.WorkspaceBase.<MetadataReference>d__5.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/Workspace/WorkspaceBase.cs:line 74
      --- 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.Workspaces.WorkspacesNetCore.<MetadataReference>d__1.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/Workspace/WorkspacesNetCore.cs:line 41
      --- 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