APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →
Top 3 C# circuit-breaker Projects
-
Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
Project mention: Node.js has plenty of circuit breakers. So why did I build another one? | dev.to | 2026-07-27Java solved this years ago with resilience4j. .NET has Polly. Node.js... has pieces.
-
ReSharper
ReSharper is now available in VS Code and Cursor. ReSharper brings a professional toolset for C# developers backed by over 20 years of experience, enterprise-grade security, SOC 2 compliance, and the trust of companies worldwide.
-
trybot
A transient fault handling framework including such resiliency solutions as Retry, Timeout, Fallback, Rate Limit and Circuit Breaker.
-
Reliable.HttpClient
Production-ready HttpClient ecosystem: resilience patterns + intelligent caching + universal response handlers. Zero config, multiple approaches, seamless substitution.
C# circuit-breaker discussion
C# circuit-breaker related posts
-
Node.js has plenty of circuit breakers. So why did I build another one?
-
Cómo manejar fallos transitorios en .NET con Polly y ResiliencePipelineBuilder
-
How to Add Token Swaps to C# .NET Backends
-
Implementing the Retry Pattern Using Polly in .NET Applications published
-
Preparing for the IETF RateLimit Header Standard in .NET
-
Benchmark: How to use C# Parallel.ForEachAsync for 3x faster bulk file downloading time
-
How To Implement Retries and Resilience Patterns With Polly and Microsoft Resilience
-
A note from our sponsor - AppSignal
www.appsignal.com | 5 Sep 2026
Index
What are some of the best open-source circuit-breaker projects in C#? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | Polly | 14,232 |
| 2 | trybot | 18 |
| 3 | Reliable.HttpClient | 9 |