Workspace scanner
Detects .sln, .csproj, .fsproj, .vbproj, props files, and packages.config across all folders.
VS Code extension
A Visual Studio-style NuGet experience for VS Code. Scan your workspace, browse packages, and install into one or many projects — all from a fast, dark, blue-accented dashboard.
What it does
NuGet LL detects every project in your workspace and gives you a Visual Studio-grade view of what's installed, what's outdated, and what needs attention.
Detects .sln, .csproj, .fsproj, .vbproj, props files, and packages.config across all folders.
NuGet v3 search against nuget.org or your configured feed, with prerelease and exact-id filters.
Add, update, or remove a package in one or many projects at once, with stable, prerelease, or pinned versions.
Patch, minor, and major classification powered by dotnet list package --outdated, with batch updates.
Surface vulnerable and deprecated dependencies with advisory links and a copyable report.
Detects Directory.Packages.props and edits PackageVersion entries — always asking before touching shared files.
Workflow
Open a folder with .NET projects and NuGet LL maps every project, package, and feed.
Find packages on nuget.org, inspect versions, downloads, licenses, and dependencies in Library Lens.
Pick a version and target projects, then install or update in a single confirmed action.
Watch the Outdated and Vulnerable views, batch-update, and run restore when you're done.
Privacy first
NuGet LL has no backend. It talks to the NuGet feeds you configure and runs the .NET CLI locally.
Search and metadata requests go straight from VS Code to nuget.org or your configured feed. NuGet LL does not proxy or store them.
Install, update, restore, and health checks run dotnet commands on your machine against your projects.
Central Package Management and shared props files are only modified after you confirm the change.
There is no analytics pipeline. NuGet LL does not collect your project contents, package names, or usage history.
Install
Install the extension, open a workspace with .NET projects, and click the NuGet LL icon in the activity bar to see your projects, packages, and the full dashboard.
Also works in Cursor and Windsurf.