β‘ CoreSystem.Resilience¶
Production-ready resilience framework for .NET 8
CoreSystem.Resilience provides a clean abstraction over resilience strategies for .NET applications. It enables applications to define named resilience pipelines while keeping business code independent from the underlying resilience implementation.
π Table of Contents¶
- π Getting Started
- ποΈ Architecture
- π§© Core Components
- βοΈ Pipeline Configuration
- π Retry Strategy
- β±οΈ Timeout Strategy
- π Circuit Breaker Strategy
- π Observability
- π§© Extensibility
- πΊοΈ Roadmap