Found 710 packages
Library to effortlessly implement retry logic into your .net applications.
A collection of helpful HttpClient extension methods, like retry and auto (de)serialization
Retry policy to allow a NUnit test to retry if the given exception thrown is a retry exception type.
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 developers to use it as is without a deep dive to Polly.
A NUnit plugin that retries intermittently failing tests.
Package Description
A simple library to help manage retries in LINQ to SQL.
Retry actions if errors happen. Both sync and async supported
https://github.com/Dixin/EnterpriseLibrary.TransientFaultHandling.Core
The 'async8' library is a utility package designed to simplify asynchronous programming in .NET applications. It offers a comprehensive set of tools, including extension methods for Task-based operations, concurrent task management helpers, async-enabled caching, and robust retry policies. These features help developers write clean, efficient, and maintainable asynchronous code, reducing complexity while improving scalability and performance.
Library for extending Reqnroll with NUnit with retry logic
A durable persistence adapter for MongoDB for KafkaFlow.Retry extension.
A durable persistence adapter for PostgreSQL for KafkaFlow.Retry extension.
A simple retry mechanism for .net
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 Standard 2.0.
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, proxies, support for retry policies, XML conversion/serialisation and embedded resources.
A durable persistence adapter for SQL Server for KafkaFlow.Retry extension.
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 comprehensive set of features that save development time, minimize costs, reduce the use of precious test resources, and decrease the overall maintenance effort. It is time to boost your productivity.
Package Description
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 on Josh Keegan's xRetry.SpecFlow package