NuGet LL

Privacy policy

NuGet LL Privacy Policy

NuGet LL is a local-first VS Code extension for managing NuGet packages across your .NET workspace.

Data NuGet LL reads

NuGet LL reads project and configuration files in your workspace — such as .sln, .csproj, Directory.Packages.props, NuGet.Config, and packages.config — so it can show your projects, packages, and feeds.

Feed requests

When you search or view package details, NuGet LL sends queries directly from VS Code to nuget.org or the NuGet feeds you have configured. It uses the public NuGet v3 API and your existing feed settings.

Local .NET CLI

Installing, updating, removing, restoring, and running outdated, vulnerable, and deprecated checks invoke the dotnet CLI on your machine against your own projects. Nothing is sent to a server owned by this extension.

No backend and no telemetry

NuGet LL does not operate a backend service for extension data. It does not collect analytics, crash reports, project contents, package names, or usage history.

Edits to your files

NuGet LL only modifies project and configuration files in response to actions you take, and always asks before touching shared files such as Directory.Packages.props or Directory.Build.props.

Third-party feeds

NuGet feeds (nuget.org and any private feeds you configure) operate under their own privacy policies and terms. The developer is not responsible for how those feeds handle requests sent to them.

No warranty

NuGet LL is provided on an "as is" and "as available" basis, without warranties of any kind, express or implied. Use of the extension is at your own risk.

Limitation of liability

To the maximum extent permitted by law, the developer is not liable for any damages arising from use of NuGet LL, including but not limited to data loss, build breakage, loss of profits, or business interruption.

User responsibility

You are solely responsible for the packages you install, the feeds you trust, and any changes made to your projects through NuGet LL. Review dependency and version changes before committing them.