Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Command for Exiting Package Manager Console

Tags:

nuget

Just curious, but is there in fact no exit command one might issue at the PM> prompt in the NuGet Package Manager Console in Visual Studio? ctrl+tab doesn't seem to work for me. So the only way is to close the Package Manager Console window? Fine with me, as long as this never causes a problem. It does seem a bit inelegant, but I suppose that's of little import. . . . Thanks for your attention, Tallisfan

like image 422
Tallisfan Avatar asked Feb 28 '26 08:02

Tallisfan


1 Answers

Position your cursor onto the Nugget Manager Console thereafter just type Shift+Esc, you're done!

It is an old Geburtsfehler (bug by birth) persistent even in the last Visual Studio 2019. No more 100% sure old you could type exit by the prompt (PM>)

like image 199
Salomon.Moyal.Bloch Avatar answered Mar 02 '26 06:03

Salomon.Moyal.Bloch