Paket.VisualStudio
Paket.VisualStudio copied to clipboard
Update the reference to the installed package without reloading the solution
Would it be possible when a package is installed/updated using paket to add/update the reference without reloading the dependant projects ? (the same way the nuget extension currently do ?)
Why ? Because I really like how Paket works and would like to suggest it to replace nuget on my project.
However, we work on several huge solutions (i'm talking about 100+ projects per solution) and VS hangs for a really long time if it has to reload all the projects.
We could exit VS and add/update the packages, but then we wouldn't be using the VS extension.
probably possible. I would love to get a PR for that.