Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
203 packages returned for Tags:"retry"
Sort by
Relevance
Downloads
Recently updated
Polly
by:
dylanreisenberger
joelhulen
Polly
302,784,546 total downloads
last updated
1/17/2022
Latest version:
7.2.3
Exception
Handling
Resilience
Transient
Fault
Policy
Circuit
Breaker
CircuitBreaker
Retry
More tags
Polly is a 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...
More information
Polly.
Contrib.
WaitAndRetry
by:
Polly-Contrib
22,634,054 total downloads
last updated
5/2/2020
Latest version:
1.1.1
Resilience
Resiliency
Fault-tolerance
Transient-fault-handling
Retry
Retry-intervals
Jitter
Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.
EnterpriseLibrary.
TransientFaultHandling
by:
Microsoft
patterns-and-practices
13,019,101 total downloads
last updated
4/26/2013
Latest version:
6.0.1304
entlib
entlib6
enterprise
library
elazure
retry
retries
transient
fault
exception
More tags
The Transient Fault Handling Application Block for Windows Azure ("Topaz") provides a set of reusable and testable components for adding retry logic into your Windows Azure applications leveraging Windows Azure...
More information
xRetry
by:
JKeegan
1,079,990 total downloads
last updated
1/1/2023
Latest version:
1.9.0
XUnit
Retry
Test-Automation
Allows for a [RetryFact(n)] or [RetryTheory(n)] attributes to be placed above tests in XUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be...
More information
EnterpriseLibrary.
TransientFaultHandling.
Data
by:
Microsoft
patterns-and-practices
9,196,540 total downloads
last updated
5/24/2013
Latest version:
6.0.1304.1
entlib
entlib6
enterprise
library
elazure
Windows
Azure
block
cloud
retry
More tags
Transient error detection strategies to use with Windows Azure SQL Database, for the Transient Fault Handling Application Block ("Topaz").
TransientFaultHandling.
Core
by:
Microsoft
patterns-and-practices
5,096,141 total downloads
last updated
11/5/2012
Latest version:
5.1.1209.1
azure
cloud
retry
retries
transient
fault
handling
failure
network
exception
More tags
The Transient Fault Handling Core provides the retry mechanisms to make your application more resilient to transient faults in both synchronous and asynchronous scenarios.
EnterpriseLibrary.
TransientFaultHandling.
WindowsAzure.
Storage
by:
Microsoft
patterns-and-practices
4,566,094 total downloads
last updated
4/26/2013
Latest version:
6.0.1304
entlib
entlib6
enterprise
library
elazure
Windows
Azure
block
cloud
retry
More tags
Transient error detection strategies to use with Windows Azure Storage, for the Transient Fault Handling Application Block ("Topaz").
Polly-
Signed
by:
dylanreisenberger
joelhulen
Polly
2,266,900 total downloads
last updated
4/9/2018
Latest version:
5.9.0
Exception
Handling
Resilience
Transient
Fault
Policy
Circuit
Breaker
CircuitBreaker
Retry
More tags
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...
More information
EnterpriseLibrary.
TransientFaultHandling.
NetCore
by:
EntLib
mohammad.chavoshi
1,596,830 total downloads
last updated
3/22/2018
Latest version:
6.0.1312
entlib
entlib6
enterprise
library
elazure
retry
retries
transient
fault
exception
More tags
The Transient Fault Handling Application Block for Windows Azure ("Topaz") provides a set of reusable and testable components for adding retry logic into your Windows Azure applications leveraging Windows Azure...
More information
EnterpriseLibrary.
WindowsAzure.
TransientFaultHandling
by:
Microsoft
patterns-and-practices
1,962,930 total downloads
last updated
12/18/2012
Latest version:
5.1.1212
entlib
enterprise
library
elazure
Windows
Azure
block
cloud
retry
retries
More tags
The Transient Fault Handling Application Block for Windows Azure ("Topaz") provides a set of reusable and testable components for adding retry logic into your Windows Azure applications leveraging Windows Azure...
More information
Paramore.
Brighter
by:
BrighterCommand
888,219 total downloads
last updated
1/8/2023
Latest version:
9.4.0-beta.3
Command
Event
Command
Dispatcher
Command
Processor
Request
Service
Task
Queue
More tags
The Command Dispatcher pattern is an addition to the Command design pattern that decouples the dispatcher for a service from its execution. A Command Dispatcher component maps commands to handlers. A Command...
More information
EnterpriseLibrary.
TransientFaultHandling.
Core
by:
Dixin
1,744,274 total downloads
last updated
11/16/2021
Latest version:
3.0.0
entlib
enterprise
library
azure
retry
retries
transient
fault
exception
handling
More tags
https://github.com/Dixin/EnterpriseLibrary.TransientFaultHandling.Core
xRetry.
SpecFlow
by:
JKeegan
133,032 total downloads
last updated
1/1/2023
Latest version:
1.9.0
SpecFlow
XUnit
Retry
Test-Automation
Allows for a @retry(n) tag to be placed above scenarios in SpecFlow.XUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated.
DevLib.
Diagnostics
by:
nbxx
118,181 total downloads
last updated
9/18/2017
Latest version:
2.17.8
benchmark
retry
diagnostic
https://devlib.codeplex.com/ benchmark; retry; diagnostics tools DevLib is a highly reusable collection of components and core functionalities addressing common crosscutting concerns. It provides a...
More information
Dodo.
HttpClient.
ResiliencePolicies
by:
DodoPizza
154,534 total downloads
last updated
3/3/2022
Latest version:
2.0.2
HttpClient
Resilience
Policy
CircuitBreaker
Retry
Timeout
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...
More information
xRetry.
NUnit.
SpecFlowPlugin
by:
nofmxc
77,761 total downloads
last updated
12/16/2019
Latest version:
1.0.11
SpecFlow
NUnit
Retry
Test-Automation
Allows for a @retry(n) tag to be placed above scenarios in SpecFlow.NUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated. Based...
More information
EnterpriseLibrary.
TransientFaultHandling.
Data.
NetCore
by:
EntLib
mohammad.chavoshi
781,285 total downloads
last updated
3/22/2018
Latest version:
6.0.1312
entlib
entlib6
enterprise
library
elazure
Windows
Azure
block
cloud
retry
More tags
Transient error detection strategies to use with Windows Azure SQL Database, for the Transient Fault Handling Application Block ("Topaz"). This library contains a class library that targets .Net Core 2.0 & .Net...
More information
ChannelAdam.
Core
by:
adammcraven
172,852 total downloads
last updated
7/18/2019
Latest version:
1.6.3
Disposable
WeakEvent
RealProxy
Retry
XML
Serialization
Conversion
Commands
DEPRECATED - see https://github.com/channeladam/ChannelAdam.Core/blob/master/README.md. A core library that provides helpful functionality including base classes for disposables and finalizers, weak events,...
More information
NUnitRetry.
SpecFlowPlugin
by:
NPior
51,638 total downloads
last updated
5/12/2022
Latest version:
3.9.59
SpecFlow
NUnit
Retry
Test-Automation
Allows for a @Retry, @Retry(n) tags to be placed above Scenarios and Features in SpecFlow.NUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to...
More information
RetryHelper
by:
Gildor
89,287 total downloads
last updated
5/31/2018
Latest version:
2.1.0
C#
Retry
RetryHelper
RetryEngine
RetryLogic
Try
TryUntil
This is a generic helper to help try some action until the given condition is met. It now works seamlessly with C# async/await keywords for asynchronous operations, which is very common in a scenario that...
More information
Previous
Next