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

ProjInfo 0.62.0's tool cannot load 8.x projects #195

Open
baronfel opened this issue Aug 23, 2023 · 0 comments · May be fixed by #196
Open

ProjInfo 0.62.0's tool cannot load 8.x projects #195

baronfel opened this issue Aug 23, 2023 · 0 comments · May be fixed by #196

Comments

@baronfel
Copy link
Collaborator

Describe the bug
The tool bundled copies of Microsoft.Build and Microsoft.Build.Framework assemblies in it and as a result doesn't load the versions from the SDK on-disk.

To Reproduce
Steps to reproduce the behaviour:

  1. Install 0.62.0 globally
  2. run proj-info --project <project>
  3. Get an exception
  4. Navigate to <tools install dir>/.store\ionide.projinfo.tool\0.62.0\ionide.projinfo.tool\0.62.0\tools\net7.0\any and delete Microsoft.Build.dll and Microsoft.Build.Framework.dll from that directory
  5. Re-run proj-info --project <project>
  6. Get the parsed project
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

Successfully merging a pull request may close this issue.

1 participant