Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
57 packages returned for Tags:"fault"
Sort by
Relevance
Downloads
Recently updated
Polly
by:
dylanreisenberger
joelhulen
Polly
433,967,832 total downloads
last updated
9/28/2023
Latest version:
8.0.0
Exception
Handling
Resilience
Transient
Fault
Policy
Circuit
Breaker
CircuitBreaker
Retry
More tags
Package Description
Polly.
Extensions.
Http
by:
dylanreisenberger
joelhulen
Polly
145,683,259 total downloads
last updated
4/1/2019
Latest version:
3.0.0
HttpClient
HttpClientFactory
Exception
Handling
Resilience
Transient
Fault
Policy
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
EnterpriseLibrary.
TransientFaultHandling
by:
Microsoft
patterns-and-practices
14,596,250 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
EnterpriseLibrary.
TransientFaultHandling.
Data
by:
Microsoft
patterns-and-practices
10,500,828 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,637,061 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.
Core
by:
Dixin
1,986,232 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
EnterpriseLibrary.
TransientFaultHandling.
WindowsAzure.
Storage
by:
Microsoft
patterns-and-practices
5,473,594 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,744,638 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
Polly.
Contrib.
DuplicateRequestCollapser
by:
Polly-Contrib
634,187 total downloads
last updated
6/5/2020
Latest version:
0.2.1
Exception
Handling
Resilience
Transient
Fault
Policy
Polly
Polly.Contrib.DuplicateRequestCollapser is a Polly policy to collapse concurrent duplicate requests to a single execution, integrating with the Polly resilience project for .NET
Polly.
Extensions.
Http-
Signed
by:
dylanreisenberger
joelhulen
Polly
579,458 total downloads
last updated
4/15/2018
Latest version:
1.0.4
HttpClient
Exception
Handling
Resilience
Transient
Fault
Policy
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
EnterpriseLibrary.
TransientFaultHandling.
NetCore
by:
EntLib
mohammad.chavoshi
2,044,794 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
2,249,701 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
EnterpriseLibrary.
TransientFaultHandling.
Data.
NetCore
by:
EntLib
mohammad.chavoshi
1,022,014 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
Polly.
Net40Async
by:
dylanreisenberger
joelhulen
Polly
413,554 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.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,...
More information
Khala.
TransientFaultHandling
by:
gyuwon
35,933 total downloads
last updated
3/18/2018
Latest version:
0.12.3
Khala
Retry
Transient
Fault
Implementation of Retry pattern
Microsoft.
Practices.
EnterpriseLibrary.
TransientFaultHandling.
ServiceBus
by:
timewalker
279,408 total downloads
last updated
8/5/2014
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 Service Bus or the Service Bus for Windows Server, for the Transient Fault Handling Application Block ("Topaz").
TransientFaultHandling.
Data
by:
Dixin
61,047 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
TransientFaultHandling
by:
vasek7
18,056 total downloads
last updated
10/23/2013
Latest version:
1.0.4
sql
azure
retry
fault
resistant
connection
Simple retry logic providing resistant connection to the Windows Azure SQL Database. Implemented as extension methods of SqlConnection and SqlCommand classes. Has no dependences to Enterprise Library or...
More information
Polly.
Core
by:
joelhulen
Polly
57,606 total downloads
last updated
9/28/2023
Latest version:
8.0.0
Exception
Handling
Resilience
Transient
Fault
Policy
Circuit
Breaker
CircuitBreaker
Retry
More tags
Package Description
Http.
Resilience
by:
thomasgalliker
20,577 total downloads
last updated
9/23/2023
Latest version:
2.0.4-pre
retry
resilience
resilient
fault
failure
http
handler
HttpRetryHelper
ApiClient
ApiService
Resilience and transient fault handling for HTTP clients.
Previous
Next