user

Inedo Blog


Navigation
Featured

Inedo

[🎥 New Video] Making SBOMs For Your NuGet Projects and Why You Need Them: Generating SBOMs with ProGet and pgutil

Posted on June 11th, 2026.

Software Bills of Materials (SBOMs) have become an increasingly important part of software development. Whether you’re being asked to provide an SBOM to customers, improving supply chain visibility, or simply trying to understand exactly what dependencies your applications contain, having an accurate inventory is becoming a...

Featured

Inedo

Why Inedo Doesn’t Have a Support Team: It’s Everyone’s Job

Posted on June 2nd, 2026.

Inedo has exactly zero tech support reps and there’s no phone number to call for help. A lot of our users and new employees are surprised by this.  How can an established, B2B software company have no dedicated support team? You mean to say that when something goes wrong, we can’t jump on a phone call together? We...

Featured

Inedo

Getting Started with pgutil: Managing ProGet from the Command Line

Posted on May 28th, 2026.

If you’ve used ProGet for a while, you may have heard of pgutil, but maybe never really dug into what it does or why you’d use it. Simply put, pgutil is ProGet’s cross-platform command-line tool for managing your instance without having to do everything through the web UI. It’s especially useful for automating repetitive tasks, scripting...

Featured

Inedo

Announcing ProGet 2026 and PVRS

Posted on May 22nd, 2026.

ProGet 2026 is now available! This major release introduces the Package Vulnerability Rating System (PVRS); a fundamentally new approach to vulnerability management, helping organizations move beyond theoretical severity scores and focus on what actually matters: whether a vulnerability poses real risk in their environment and what...

Featured

Inedo

Vulnerability Management in ProGet 2026 – Webinar Recap

Posted on May 14th, 2026.

Modern software teams are inundated with vulnerability alerts. Although open-source dependencies make up most applications, many organizations still prioritize remediation based on worst-case severity rather than real-world risk. This leading to unnecessary upgrades, avoidable regressions, delayed releases, and wasted effort on...

Featured

NuGet

NuGet Symbols and Symbol Packages, Explained

Posted on May 8th, 2026.

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 April 30th, 2026.

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

ProGet

Webinar: Vulnerability Management in ProGet 2026

Posted on April 23rd, 2026.

Modern applications rely heavily on open-source dependencies, which make up most codebases. Organizations rely on tools like repository scanning or automated dependency updating, treating vulnerabilities based on theoretical worst-case severity rather than real-world risk. This can introduce behavior changes that lead to regressions, or...

Featured

Python

PyPI Package Dependencies and Their Unintended Consequences

Posted on April 16th, 2026.

Having uncontrolled package dependencies can lead to some unintended consequences, like version conflict and even malicious and vulnerable packages. Let’s see what happens when you let those dependency trees go unchecked.

Featured

NuGet

4 Filtering Practices for NuGet.org

Posted on April 14th, 2026.

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.