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+.
dotnet
overload
delegate
fault-handler
circuit-breaker
poly
resilience
circuit-breaker-pattern
retry-strategies
resiliency-patterns
transient-fault-handling
-
Updated
Jul 3, 2022 - C#


Change the integrations tests assertions to use fluent assertions and add messages to better describe when tests fails.