Found 82 packages
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
https://github.com/Dixin/EnterpriseLibrary.TransientFaultHandling.Core
Implementation of Retry pattern
A port of EnterpriseLibrary.TransientFaultHandling.ServiceBus for .Net Core The Transient Fault Handling Application Block for Windows Azure ("Topaz") makes your Windows Azure application more resilient to transient failures by providing intelligent retry logic mechanisms.
https://DevZone.ChannelAdam.com presents a library that provides extensions to ChannelAdam.Wcf for supporting the Microsoft Practices TransientFaultHandling.Core library's RetryPolicy.
Core transient fault handling classes based on Microsoft's implementation. Common types: RetryPolicy RetryStrategy ITransientErrorDetectionStrategy IncrementalRetryStrategy FixedIntervalRetryStrategy ExponentialBackoffRetryStrategy
Transient error detection strategies to use with Windows Azure Caching or Windows Server AppFabric Caching, for the Transient Fault Handling Application Block ("Topaz"). This library contains a class library that targets .Net Core 2.0 & .Net Standard 2.0.
Package description
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.
Base transient fault handling abstractions for database access based on Microsoft's implementation in their Enterperise Library Transient Fault Handling Block.
https://github.com/Dixin/EnterpriseLibrary.TransientFaultHandling.Core
Enterprise Library Transient Fault Handling Application Block
Enterprise Library Transient Fault Handling Application Block
Enterprise Library Transient Fault Handling Application Block
This package has been deprecated. Install the Enterprise Library Transient Fault Handling Application Block package with ID 'EnterpriseLibrary.WindowsAzure.TransientFaultHandling' instead.
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.
This package enables configuring the Transient Fault Handling Application Block ("Topaz") using declarative configuration such as the app.config file. Configuring the block is also supported by the Enterprise Library Configuration Tool available in the Visual Studio Extensions Gallery. This library contains a class library that targets .Net Core 2.0 & .Net Standard 2.0.
Provides transient error detection strategies for adding retry logic into your application.
Transient fault handling for Microsft SQL Server Client based on Microsoft's implementation in their Enterperise Library Transient Fault Handling Block.
Transient fault handling for HttpClient based on Microsoft's implementation.