Paket.VisualStudio
Paket.VisualStudio copied to clipboard
Package manager console blocked after installing a package
I yse Paket.VS 1.10 from the gallery. Each time I use Add package, the package manager console gets blockes. Nothing can be done there. Everything else works, but when I try to exit the VS, I get the message "Microsoft Visual Studio has detected that an operation is blocking user input. This can be caused by an active modal dialog or a task that needs to block user interaction. Would you like to shut down anyway?"
So you are saying Paket.VisualStudio is blocking NuGet's package manager console? That's weird.
@hmemcpy ideas?
I use the package manager console for all PowerShell commands, like Paket or NServieceBus, since this is the only PS console accessible within the VS. The block only happens if I use the Paket.VS UI. No problems when using the command line.
Same here, it is really annoying. Also does not happen 100% of the time, but most of the time
@hmemcpy do you have an idea?
We also encountered the issue multiple times, so I'll investigate this.
I see similar behaviour when using "Add package" on a References node: the package is added, but I can't type into the code panes. When I close VS, it complains that there's an active modal dialog.
I see the same behavior with v1.0 of Paket.VisualStudio. In my case I am able to use the letter keys to type into files, but am unable to use the backspace, delete, enter and tab keys
I'm having the same problem lately with Paket Extension 0.15.1. Must be something recent, because it worked fine before
Same here, every time I use add package, a big part of my VS 2015 gets blocked, have to restart it every time (having the message "Microsoft Visual Studio has detected that an operation is blocking user input. This can be caused by an active modal dialog or a task that needs to block user interaction. Would you like to shut down anyway?") Can't edit files, can't use most of the views.
For the time being I've determined that you can safely use the autocomplete feature of paket.dependencies
and paket.references
and then run paket install
from the paket.dependencies
context menu.