user

Inedo Blog


Navigation
CategoryNuGet
Featured

NuGet

NuGet Symbols and Symbol Packages, Explained

Posted on May 8th, 2026.

A quick explainer article to understand Symbols and Symbol packages for NuGet package debugging.

Featured

NuGet

What is a Symbol Server and How Does it Help Debug NuGet?

Posted on April 30th, 2026.

Learn what Source Servers are, what SourceLink is, how they relate to Symbols, and how all three come together to help with NuGet package debugging.

Featured

NuGet

4 Filtering Practices for NuGet.org

Posted on April 14th, 2026.

NuGet.org is a great source for packages to jump-start a project, but it's important to filter packages from the open-source community before downloading.

Featured

NuGet

NuGet NuSpec Fields Explained: Dos and Don’ts

Posted on March 12th, 2026.

There are many metadata fields in a NuGet Package. For first-party packages, you can avoid 8 and not have any problems in your development.

Featured

NuGet

NuGet License Expressions, Explained

Posted on February 12th, 2026.

There are three ways to express a license in a NuGet package: expressions, url, and file. This article is a quick explainer on what NuGet license types are.

Featured

NuGet

NuGet Package Management and Development At Scale

Posted on August 5th, 2025.

This article is part of our series on NuGet at Scale, also available as a chapter in our free, downloadable eBook Using NuGet in your development starts out easy, a few projects, a small team, grabbing packages from NuGet.org. But as your org grows, things slowly get messy. More teams, more repos, more tools, all adding to the chaos....

Featured

NuGet

Installing NuGet Packages in Visual Studio

Posted on August 30th, 2024.

NuGet is the go-to package manager for .NET and is built right into tools like Visual Studio, making adding, updating, and managing libraries super easy. By default, Visual Studio pulls packages from NuGet.org—but giving your team unrestricted access to all those packages can be risky. Over 80% of projects rely on outdated dependencies,...

Featured

NuGet

NuGet in the Enterprise

Posted on April 11th, 2024.

Learn about the complexities of NuGet, the risks of using third-party packages from NuGet.org, and how to effectively manage both proprietary and open-source packages in the enterprise.

Featured

NuGet

How to Easily Set Up a Private NuGet Server for Your NuGet Packages for Free

Posted on May 9th, 2023.

When NuGet packages are stored on third-party platforms, proprietary stuff isn't private. Setting up a private NuGet server is free and easy.

Featured

NuGet

NuGet Vulnerability Databases: GHSA, CVE & NVD Compared

Posted on May 1st, 2023.

What's the difference between GitHub Advisories, CVE, and NVD in terms of NuGet Vulnerability Scanning? How does it affect your packages?