Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>NuGet DependenciesNew to Visual Studio Code? Get it now.
NuGet Dependencies

NuGet Dependencies

Streamlined

|
1 install
| (0) | Free
Displays NuGet package dependencies in a tree view within the Explorer sidebar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NuGet Dependencies

An offline-first VS Code extension to inspect NuGet package dependencies and package assets directly from your workspace.

NuGet Explorer UI

Highlights

  • Shows direct and transitive package dependencies for .csproj projects
  • Resolves packages from local restore artifacts (project.assets.json, packages.lock.json, NUGET_PACKAGES)
  • Lists compile-time assemblies and package documents found inside .nupkg
  • Offline-first: prefers local artifacts to network lookups

Why use it?

  • Faster inspection: resolves dependencies locally when possible so you can browse packages without waiting for network calls.
  • Work offline: useful when working on air-gapped networks or with private feeds; leverages local restore artifacts.
  • Inspect package assets: quickly view compile-time assemblies and documentation inside .nupkg without extracting archives.

Usage

  • Open the NuGet Dependencies view in the Explorer sidebar (appears when .csproj files are present).
  • Expand packages to see transitive dependencies and available package assets.
  • Use the Refresh button in the view title to re-scan projects.

Development & Contributing

See the development and contribution instructions on GitHub: CONTRIBUTING.md

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft