Skip to content

Instantly share code, notes, and snippets.

@davidbarkhuizen
Last active April 13, 2022 08:01
Show Gist options
  • Save davidbarkhuizen/55105c9b05a29ecaac764993fb2edf6c to your computer and use it in GitHub Desktop.
Save davidbarkhuizen/55105c9b05a29ecaac764993fb2edf6c to your computer and use it in GitHub Desktop.
visual studio keyboard shortcuts

VS

build solution|ctrl+shift+b

nuget

install

Install-Package xxx

uninstall

Uninstall-Package xxx
Uninstall-Package xxx -RemoveDependencies

query

Get-Package | Format-Table -AutoSize
Get-Package -ProjectName xxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment