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
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.references file.
Right click the paket.dependencies file and choose Install.
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.
The text was updated successfully, but these errors were encountered:
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
paket.references
file.paket.dependencies
file 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.The text was updated successfully, but these errors were encountered: