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.
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.
Most sources for authoring NuGet packages are aimed at external publication. This blog post focuses on private packages for the Enterprise.
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.
NuGet Packages are more complex than they appear and have unintended consequences. Read our article to learn how to mitigate them.
How can you balance security checks with your packed schedule? Filter your NuGet packages from the source.
CI/CD for NuGet packages isn’t just a pain – it sometimes feels downright impossible.
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.
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.
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.
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.