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

Extension hangs after querying project properties #441

Open
i-m-luke opened this issue Nov 19, 2024 · 2 comments
Open

Extension hangs after querying project properties #441

i-m-luke opened this issue Nov 19, 2024 · 2 comments
Assignees
Milestone

Comments

@i-m-luke
Copy link

i-m-luke commented Nov 19, 2024

When I query for project properties the execution blocks. I use this code:

var projectsWithProperties = await context.Extensibility
    .Workspaces()
    .QuerySolutionAsync(
        query => query.Get(solution => solution.Projects)
            .With(p => p.Name)
            .With(p => p.Properties),
        cancellationToken)

I have only one project in the solution.

The extension is a hybrid VSSDK & VS.Extensibility extension.

Dependencies:

  • Microsoft.VisualStudio.Extensibility.Sdk: 17.12.40390
  • Microsoft.VisualStudio.Extensibility.Build: 17.12.40390
  • Microsoft.VisualStudio.SDK: 17.12.40392
@tinaschrepfer
Copy link
Member

What type of project are you querying? Could you provide us with a memory dump so we can investigate further?

@i-m-luke
Copy link
Author

i-m-luke commented Dec 2, 2024

@tinaschrepfer I'm querying a custom project type registered by my extension using VSProjectSystem SDK. I'd like to provide you the dump file but github won't let me to attach it (it says "Failed to upload "debug_dump.dmp"").

EDIT: It seems the complete dump is too large for upload, It let me to upload only the dump without the heap: dump_without_heap.dmp

@tinaschrepfer tinaschrepfer added this to the Triage milestone Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants