You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Install 0.62.0 globally
run proj-info --project <project>
Get an exception
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
Re-run proj-info --project <project>
Get the parsed project
The text was updated successfully, but these errors were encountered:
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:
proj-info --project <project>
<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 directoryproj-info --project <project>
The text was updated successfully, but these errors were encountered: