Paket.VisualStudio
Paket.VisualStudio copied to clipboard
When using Paket from context menu, VS2017 becomes unresponsive
Description
On more than one occasion, using the Install option in Visual Studio 2017 causes Visual Studio to become completely unresponsive, with the only alternative being left to force kill the VS process.
Repro steps
- Open a solution which contains Paket references
- Open one or more code files from a project containing a
paket.referencesfile. - Right click the
paket.dependenciesfile and chooseInstall.
VS 2017 hangs. For example, see the git-tfs project here on GitHub.
Expected behavior
Visual Studio 2017 doesn't hang.
Actual behavior
Visual Studio 2017 hangs
Known workarounds
Don't open any project code files for projects containing a paket.references file when you need to perform any Paket operations on the solution.