Top 20 NuGet retry Packages

A simple library which allows .NET developers to express retry logic using a fluent-api.
A NUnit plugin that retries intermittently failing tests.
Easy use for retry operations in your application. Support async, Web Or IO transient error and more.
A utility class for retrying an invocation a specified number of times, with a specified interval between retries
A class which is useful for asserting invocations of IRetrier in tests
A HTTP-based gateway for Service Fabric, implemented as an ASP.NET Core middleware.
An implementation of `ICommunicationClient` (part of the Service Fabric SDK) for HTTP. It resolves services and contains the retry logic.
A simple .net retry library.
TryIt offers a simple, fluent way to try/retry actions, methods and tasks. You can pause between retries using one of the built-in delay policies or create your own. You can also add error and success policies to fine tune your control of the process. **Warning** Versions 2.0.0 and above...
An extension for EasyNetQ which allows you to execute message handlers within a Polly policy.
Retry designed specifically for Async and to support Sql Async methods, this is a refreshed library to handle transient errors.
.NET library for persistent retries in embedded devices and standalone applications.
Luffy is a simple resilience and transient-fault handling library.
A support method for easy retry logic.
There are great many operations which can have transient errors, such as network requests, database operations and many more. In case of a transient exception, the operation usually needs to be retried. MultiTry is created to reduce the amount of boilerplate code that needs to be written for such o...
.NET DbConnection wrapper for retries, making a standard DbConnection more reliable to transient failures.
Simple Retry mechanism for your closures.
Library to effortlessly implement retry logic into your .net applications.
Provides simple handling of transient errors that can occur with any network communication. Retries, intervals, mapping and detection can all be fully customized. Built-in handlers are provided for WCF, WebClient, HttpRequest. Supports .NET 4 and later, Silverlight 4 and 5, Windows Store Apps, and ...