Top 20 NuGet fault Packages

Provides transient error detection strategies for adding retry logic into your application.
Core transient fault handling classes based on Microsoft's implementation. Common types: RetryPolicy RetryStrategy ITransientErrorDetectionStrategy IncrementalRetryStrategy FixedIntervalRetryStrategy ExponentialBackoffRetryStrategy
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 SQL Database, Windows Azure storage, Service Bus and Caching Service. This makes your Win...
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 NHibernate. Does not require any configuration. Inspired by Microsoft's Topaz project.
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").
Provides an automatic retry-backoff code execution mechanism, providing reliable, easy-to-implement transient fault handling.
Apply declarative RETRY behavior to any arbitrary method invocation.
NPoco.SqlAzure.Core
Package Description
https://github.com/Dixin/EnterpriseLibrary.TransientFaultHandling.Core
Provides an annotation that indicates a target type or member should be intercepted with retry-on-fault semantics.
Defines basic implementations of fault handling components.
Provides a retry predicate that enables retry for exceptions that are caused by Win32 errors.
Provides a retry predicate that enables retry for exceptions caused by SQL Server connectivity issues.
Implements fault handling patterns using Polly.
Provides abstractions for fault handling patterns.
Provides the ability to configure Autofac with behavior that will dynamically intercept concrete classes marked with `RetryOnFaultAttribute` such that failed operations will be retried with a configurable exponential back-off. This package is for Autofac version 5. For an identical API ...