fsprojects / Paket.VisualStudio

Manage your Paket (http://fsprojects.github.io/Paket/) dependencies from Visual Studio!
MIT License
147 stars 51 forks source link

[WIP] Solution restore #140

Open matthid opened 7 years ago

matthid commented 7 years ago

I'm trying to make it possible to open clean cloned "Paket.sln" and successfully load all projects. Same for Fake.sln. Both use the FSharp.Compiler.Tools package instead of msbuild hardcoded references, this needs to be restored before we can successfully load them...

This is already better because after this you can right-click the projects and load them. I guess what's missing is telling VS to try to load the projects again or find a event which is triggered sooner? Or my Visual Studio was just caching that the projects are unloaded...