user

Inedo Blog


Navigation
AuthorEric Seng
Eric Seng

Eric Seng

Featured

NuGet

NuGet NuSpec Fields Explained: Dos and Don’t

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

Best Practices for Authoring Private NuGet Packages at Scale

Posted on February 26th, 2026.

Most sources for authoring NuGet packages are aimed at external publication. This blog post focuses on private packages for the Enterprise.

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

Manage NuGet Dependencies with Lock Files and Package Consumers

Posted on January 30th, 2026.

NuGet Packages are more complex than they appear and have unintended consequences. Read our article to learn how to mitigate them.

Featured

NuGet

How to Filter Unwanted Packages from NuGet.org

Posted on January 22nd, 2026.

How can you balance security checks with your packed schedule? Filter your NuGet packages from the source.

Featured

NuGet

How to Use CI/CD Pipelines for Your NuGet Packages

Posted on January 8th, 2026.

CI/CD for NuGet packages isn’t just a pain – it sometimes feels downright impossible.

Featured

NuGet

Best Practices for Versioning NuGet Packages at Scale

Posted on December 30th, 2025.

Versioning seems so simple – it’s just a number! But with NuGet, it’s anything but that. There are five distinct, multi-part version numbers that can be in a package, and each of these has its own formatting rules and behaviors.

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

What are NuGet Package Vulnerabilities and How to Manage Them

Posted on October 9th, 2023.

When you develop .NET applications, you most certainly will work with NuGet packages to manage libraries and dependencies. Making sure these packages are safe for production use is a crucial responsibility. Chances are you've also used the NuGet or dotnet CLI to scan all your packages. 

Featured

NuGet

How to Debug NuGet Packages with Symbols and Source Link Painlessly

Posted on October 2nd, 2023.

Debugging your NuGet packages can be a total pain. In fact, it’s one of the main reasons that development teams are hesitant to break apart their monolithic .NET solution. Fortunately, there's a pretty easy solution to this problem; NuGet Symbol Packages. In this article I’ll discuss how.