Found 89 packages
Polly is a .NET resilience and transient-fault-handling library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
Polly is a .NET 4.5 / .NET Standard 1.1 library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation and Fallback in a fluent and thread-safe manner.
SharpRetry is a simple and powerful library to create retry policies for your .net application. Create a policy once and use it everywhere in your system to make async calls in an easy and unit testable way.
Squared Infinity ▪ RetryPolicy Types: SquaredInfinity.DynamicTransientFaultFilter SquaredInfinity.IRetryPolicy SquaredInfinity.TransientFaultFilter
The main goal of this library is to provide unified http request retrying policies for the HttpClient that just works. Actually this library wraps awesome Polly library with the predefined settings to allow developers to use it as is without a deep dive to Polly.
Provides a flexible retry policy system for handling rate limits and transient errors. Easily configure automatic retries with customizable delays, backoff strategies, and error handling for more resilient applications.
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device. This package extends Microsoft Testing Platform to provide a retry policy system that allows to restart tests on failure.
Sumo.Retry provides several types of retry policy, lambda based WithRetry extension methods and a RetryProxy based on System.Reflection.DispatchProxy.
Retry policy implementations for ItemsCache using Polly - provides exponential backoff, circuit breaker, and timeout policies.
Abstractions for retry policy functionality in ItemsCache - provides interfaces for resilient cache operations.
Retry policy to allow a NUnit test to retry if the given exception thrown is a retry exception type.
Polly.Net40Async is a version of the Polly library for .NET 4.0 with async support via Microsoft.Bcl.Async. Polly allows developers to express resilience policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Middleware to configure exception handling policies. Configure chain of handlers per exception type. OOTB handlers: log, retry, set responce headers and body
A collection of useful data and execution extensions for .NET
Easy use for retry operations in your application. Support async, Web Or IO transient error and more.
https://DevZone.ChannelAdam.com presents a library that provides extensions to ChannelAdam.Wcf for supporting the Microsoft Practices TransientFaultHandling.Core library's RetryPolicy.
Apply declarative RETRY behavior to any arbitrary method invocation.
An API for the Data Serialization
Provides support for working with Polly policies, including a strategy for resilient database queries.