Real-world evidence
OSS Case Studies
Five real pull requests from the most-downloaded .NET open-source libraries. Each one contains a finding that GauntletCI would block before merge - a swallowed exception, a broken public API, a concurrency hazard, or hardcoded configuration.
Swallowed exception silences connection failures in production Redis client
Read case study →
Mutation inside a property getter breaks the side-effect-free contract
Read case study →
Public API removed without Obsolete - breaks all EF Core provider authors
Read case study →
Thread.Sleep in async context in the NUnit test framework source itself
Read case study →
Hardcoded authority URL in production identity model code
Read case study →
Why these projects?
These are not contrived examples. Each finding comes from a real pull request to a library with hundreds of millions of downloads. The bugs listed are not theoretical - they represent classes of production incident that have affected downstream applications.
GauntletCI analyzes the diff, not the full codebase. These findings would have been produced in seconds, deterministically, on every pull request against these repositories.
