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

Opening the interactive window hits debug assertion in CSharpSemanticModel.GetImportScopesCore #61426

Closed
dibarbet opened this issue May 20, 2022 · 2 comments
Assignees
Milestone

Comments

@dibarbet
Copy link
Member

dibarbet commented May 20, 2022

Version Used:
Using VS main -
image

Using Roslyn commit - 2fd5895

Steps to Reproduce:

  1. F5 Roslyn at the commit above
  2. Open a C# project
  3. Open the interactive window
  4. Wait a sec, then you'll see the following debug assertion (a couple more popup afterwards as well) - https://github.com/dotnet/roslyn/blob/main/src/Compilers/CSharp/Portable/Compilation/CSharpSemanticModel.cs#L5304
  5. image
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Issues and PRs which have not yet been triaged by a lead label May 20, 2022
@dibarbet
Copy link
Member Author

cc @CyrusNajmabadi (from commit history)

@dibarbet dibarbet changed the title Opening the interactive window hits debug assertion Opening the interactive window hits debug assertion in CSharpSemanticModel.GetImportScopesCore May 20, 2022
@tmat tmat removed the untriaged Issues and PRs which have not yet been triaged by a lead label May 25, 2022
@tmat tmat added this to the 17.3 milestone May 25, 2022
@CyrusNajmabadi
Copy link
Member

Fixed with #63419.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants