user

Inedo Blog


Navigation
CategoryNuGet
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.

Featured

NuGet

Why You Should Create a Package Approval Workflow for NuGet.org 

Posted on September 27th, 2023.

Are you deploying applications to production with packages downloaded directly from NuGet.org? A lot of organizations do this. It’s basically the default approach for working with NuGet packages. But it’s not a secure approach, and it can lead to a lot of problems down the line. Packages from NuGet.org are not vetted for...

Featured

NuGet

NuGet Server Comparison Guide for 2023

Posted on July 12th, 2023.

So, you set up a local NuGet feed on a network file share for your team small. But as you and the team add more and more packages to your feed, things start slowing down. It’s also a bit inconvenient to use a network share when everything is web-based, especially over a VPN. Local NuGet feeds are simple: it’s just a...

Featured

NuGet

Symbols and Symbol Packages, Explained

Posted on May 26th, 2023.

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

Featured

NuGet

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

Posted on May 9th, 2023.

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

How to Easily Set Up a Private NuGet Server for Your NuGet Packages for Free

Posted on May 9th, 2023.

When NuGet packages are stored on third-party platforms, proprietary stuff isn't private. Setting up a private NuGet server is free and easy.

Featured

NuGet

NuGet Vulnerability Databases: GHSA, CVE & NVD Compared

Posted on May 1st, 2023.

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

Featured

NuGet

NuGet in the Enterprise, in 2023 and Beyond

Posted on March 8th, 2023.

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

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.