user

Inedo Blog


Navigation
CategoryNuGet
Featured

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?

Featured

NuGet

All the NuGet Metadata Fields You Should Ignore

Posted on January 5th, 2022.

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 December 20th, 2021.

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 December 9th, 2021.

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

Featured

NuGet

5 Quick Tips for NuGet Versioning

Posted on November 19th, 2021.

Improperly Versioning your NuGet packages can lead to trouble. Use they five best practices to help improve your NuGet CICD pipelines.

Featured

NuGet

Are Best Practices Ruining Your CI/CD NuGet Pipelines?

Posted on November 16th, 2021.

Applying application pipelines to NuGet won't be successful. CI/CD pipeline for NuGet goes against basic NuGet best practices. Instead, use repackaging.

Featured

NuGet

How to Filter Unwanted Packages from NuGet.org

Posted on November 4th, 2021.

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

Featured

NuGet

Best Practices for Authoring Private NuGet Packages in the Enterprise

Posted on October 6th, 2021.

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

Featured

NuGet

How to Use CI/CD Pipelines for Your NuGet Packages

Posted on October 4th, 2021.

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

Featured

NuGet

Best Practices for Versioning NuGet Packages in the Enterprise

Posted on September 29th, 2021.

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.