Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Semic NuGet(.NET)New to Visual Studio Code? Get it now.
Semic NuGet(.NET)

Semic NuGet(.NET)

Semic

|
1 install
| (0) | Free
Browse NuGet sources and inspect packages used by .NET projects loaded from .slnx files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Semic NuGet (.NET)

Visual Studio Code extension for browsing NuGet sources and inspecting packages used by projects listed in a .slnx solution file.

Features

  • Opens a dedicated NUGET panel in the VS Code panel area.
  • Finds the first .slnx file in the workspace and loads all referenced .csproj projects.
  • Reads PackageReference entries from projects.
  • Supports central package versions from nearest Directory.Packages.props.
  • Reads available sources through dotnet nuget list source.
  • Provides a workspace setting, semicDotnetNuget.source, for the default source name.
  • Searches HTTP NuGet v3 sources from the Browse tab.
  • Shows installed packages and packages with inconsistent versions in the Consolidated tab.

Requirements

  • VS Code 1.116+
  • Node.js 20+ for development
  • .NET SDK available on PATH for dotnet nuget list source

Development

Install dependencies:

npm install

Run validation:

npm run lint

Build extension host and webview assets:

npm run compile

Start local development:

  1. Open this folder in VS Code.
  2. Run npm run compile.
  3. Press F5.
  4. In the Extension Development Host run Semic NuGet: Open.

Commands

  • Semic NuGet: Open
  • Semic NuGet: Refresh
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft