NuGet
A Guide to NuGet & .NET in the Enterprise
Posted on February 9th, 2022.Open-source packages like those found on NuGet.org have built the foundation for almost every modern application. What makes them so powerful and complex?
Open-source packages like those found on NuGet.org have built the foundation for almost every modern application. What makes them so powerful and complex?
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 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.
Improperly Versioning your NuGet packages can lead to trouble. Use they five best practices to help improve your NuGet CICD pipelines.
Applying application pipelines to NuGet won't be successful. CI/CD pipeline for NuGet goes against basic NuGet best practices. Instead, use repackaging.
How can you balance security checks with your packed schedule? Filter your NuGet packages from the source.
Most sources for authoring NuGet packages are aimed at external publication. This blog post focuses on private packages for the Enterprise.
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.