Skip to content

Instantly share code, notes, and snippets.

@hoangitk
Last active July 28, 2022 02:47
Show Gist options
  • Save hoangitk/3c4b7b0f399307543dfe288e1612321a to your computer and use it in GitHub Desktop.
Save hoangitk/3c4b7b0f399307543dfe288e1612321a to your computer and use it in GitHub Desktop.
[Favorites Folder] #refs #windows

Favorites Folder

NuGet Cache

  • Stores downloaded NuGet packages (.nupkg). (From http://lastexitcode.com/projects/NuGet/FileLocations/ )
    • Mac • ~/.local/share/NuGet/Cache • ~/.nuget/packages
    • Windows • %LocalAppData%\NuGet\Cache • %UserProfile%.nuget\packages
    • Linux • ~/.local/share/NuGet/Cache • ~/.nuget/packages

IISExpress

  • %userprofile%\Documents\IISExpress\config

Dotnet

  • %USERPROFILE%.dotnet\tools

Linqpad

  • %APPDATA%\LINQPad\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment