ionide / proj-info

Parse and evaluate MsBuild project files
MIT License
64 stars 37 forks source link

Fixing 6.0.400 issues #162

Closed TheAngryByrd closed 2 years ago

TheAngryByrd commented 2 years ago

For some reason in 6.0.400, CoreCompile was not getting executed and theerfore we couldn't read the FscCommandLineArgs. This adds Clean to the designTimeBuildTargets.

Hopefully addresses https://github.com/ionide/ionide-vscode-fsharp/issues/1748

TheAngryByrd commented 2 years ago

You know how fantasy books often depict a wizard, tapping into a source of unknown power, and barely, just barely being able to make it bend to his will but he knows it could kill him at any moment?

That's what working with MSBuild is like.

baronfel commented 2 years ago

Brilliant! That solution makes sense to me, too. I'll merge this and then look into if this solves the 7.0.100 issues as well.