user

Inedo Blog


Navigation
CategoryNuGet
Featured

NuGet

4 Filtering Practices for NuGet.org

Posted on February 17th, 2022.

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

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

Posted on February 9th, 2022.

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

GitHub vs. CVE vs. NVD, What’s the Best for NuGet Vulnerability Scanning?

Posted on February 1st, 2022.

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

Featured

NuGet

Symbols and Symbol Packages, Explained

Posted on January 26th, 2022.

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

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

NuGet Server Comparison Guide for 2022

Posted on December 7th, 2021.

NuGet developers all have one thing in common – they’re spoiled for choice when it comes to choosing a Private NuGet server.

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.