user

Inedo Blog


Navigation
Featured

Lean Platforms

Feature Flags Don’t Reduce Risk—They Hide It

Posted on March 3rd, 2026.

Back in 2012, a feature flag at Knight Capital accidentally turned on dormant code, triggering uncontrollable trades and a $440 million loss. This kind of failure shows how risky feature flags can be when they’re misused. If teams rely on them to feel safe instead of really understanding the change, even routine deployments can go badly...

Featured

NuGet

Best Practices for Authoring Private NuGet Packages at Scale

Posted on February 26th, 2026.

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

Featured

Inedo

The Inedo Snack Box Is Back

Posted on February 19th, 2026.

Last year, we sent out the Inedo Snack Box to our members, and we’ll be doing the same again in 2026! Whether you run ProGet, BuildMaster, or Otter, are exploring our products for the first time, or provided feedback during evaluation, your input has helped shape what we build. At Inedo, we describe ourselves as a user-driven company....

Featured

NuGet

NuGet License Expressions, Explained

Posted on February 12th, 2026.

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

Inedo

Changes to Malicious Package Handling in 2025.20 and Beyond

Posted on February 6th, 2026.

Over the past year or so, the number of malicious packages has grown beyond anyone’s wildest expectations. The rapid, 10,000%+ increase has caused scaling challenges in systems like ProGet, which are designed to detect and block these harmful packages. For ProGet, this translated to timeouts and slowness when processing data...

Featured

NuGet

Manage NuGet Dependencies with Lock Files and Package Consumers

Posted on January 30th, 2026.

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

Featured

NuGet

How to Filter Unwanted Packages from NuGet.org

Posted on January 22nd, 2026.

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

Featured

Lean Platforms

Predictable, Intentional Releases – Webinar Recap

Posted on January 15th, 2026.

Have you ever noticed how small, everyday issues start piling up while your team is focused on delivering those “big” or “transformative” changes? Hidden dependencies, and operational pressure build into bigger problems: backlogs that never shrink, urgent requests slipping through, and teams constantly putting out fires. What begins as...

Featured

NuGet

How to Use CI/CD Pipelines for Your NuGet Packages

Posted on January 8th, 2026.

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

Featured

NuGet

Best Practices for Versioning NuGet Packages at Scale

Posted on December 30th, 2025.

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.