Polly 2.2.7

Polly is a .NET 3.5 / 4.0 / 4.5 / PCL library (Profile 259) that allows developers to express transient exception handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.

Showing the top 20 packages that depend on Polly.

Packages Downloads
Polly.Extensions.Http
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
437
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b8139c5ee58f1708b0e3368a1b241400edd6cbc4
143
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/954f61dd38b33caa2b736c73530bd5a294174437
136
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/2f1db20456007c9515068a35a65afdf99af70bc6
75
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343
56
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c2a442982e736e17ae6bcadbfd8ccba278ee1be6
48
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8486d31e24f30e3fa1809a95699a0adc16f448d7
40
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c9e3996173cec136bc2e9f3b4ec45f2a323b1d63
34
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/47576478939fdd59b4400ad135f47938af486ab3
24
Polly.Extensions.Http
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
10
Polly.Extensions.Http
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
9
Polly.Extensions.Http
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
8
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback.
8
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/aspnet/Extensions/tree/392e329b194b18c7cae04273479334d88c05af2c
8
Aiursoft.Pylon
The base class, interfaces and services for Aiursoft web apps.
8
Aiursoft.Pylon
The base class, tools and extends for Aiursoft web apps.
8
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/abc2c7226ff616316cd1e05d76e6c36b49ce06a1
8
Aiursoft.Pylon
The base class, interfaces and services for Aiursoft web apps.
7
Aiursoft.SDK
Package Description
7
Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback.
7

2.2.7 --------------------- - Fixes an issue where continueOnCapturedContext needed to be specified in two places (on action execution and Policy configuration), when wanting to flow async action execution on the captured context - Fixes excess line ending issues 2.2.6 --------------------- - Async sleep fix, plus added continueOnCapturedContext parameter on async methods to control whether continuation and retry will run on captured synchronization context 2.2.5 --------------------- - Policies with a retry count of zero are now allowed 2.2.4 --------------------- - Add .NET Core support 2.2.3 --------------------- - Fix PCL implementation of `SystemClock.Reset` - Added ability to capture the results of executing a policy via `ExecuteAndCapture` 2.2.2 --------------------- - Added extra `NotOnCapturedContext` call to prevent potential deadlocks when blocking on asynchronous calls 2.2.1 --------------------- - Replaced non-blocking sleep implementation with a blocking one for PCL 2.2.0 --------------------- - Added Async Support (PCL) - PCL Profile updated from Profile78 -> Profile 259 - Added missing WaitAndRetryAsync overload 2.1.0 --------------------- - Added Async Support (.NET Framework 4.5 Only) 2.0.0 --------------------- - Added Portable Class Library - The "Polly" NuGet package is now no longer strongly named. The strongly named NuGet package is now "Polly-Signed" 1.1.0 --------------------- - Added additional overloads to Retry - Allow arbitrary data to be passed to policy execution

.NET Framework 0.0

  • No dependencies.

Windows 0.0

  • No dependencies.

WindowsPhone 0.0

  • No dependencies.

WindowsPhoneApp 0.0

  • No dependencies.

MonoAndroid 0.0

  • No dependencies.

MonoTouch 0.0

  • No dependencies.

Xamarin.iOS 0.0

  • No dependencies.

.NETPortable 0.0

  • No dependencies.

.NETPlatform 5.0

Version Downloads Last updated
8.5.0 3 11/19/2024
8.4.2 3 10/03/2024
8.4.1 8 07/01/2024
8.4.0 4 05/28/2024
8.3.1 5 04/28/2024
8.3.0 4 04/28/2024
8.2.1 4 04/28/2024
8.2.0 4 04/28/2024
8.1.0 6 04/28/2024
8.0.0 6 04/23/2024
8.0.0-beta.2 7 04/28/2024
8.0.0-beta.1 4 04/28/2024
8.0.0-alpha.9 5 04/28/2024
8.0.0-alpha.8 5 04/28/2024
8.0.0-alpha.7 5 04/28/2024
8.0.0-alpha.6 5 04/28/2024
8.0.0-alpha.5 4 04/28/2024
8.0.0-alpha.4 5 04/28/2024
8.0.0-alpha.3 5 04/28/2024
8.0.0-alpha.2 6 04/28/2024
8.0.0-alpha.1 4 04/28/2024
7.2.4 443 03/26/2024
7.2.3 8 04/28/2024
7.2.2 5 04/28/2024
7.2.1 4 04/28/2024
7.2.0 5 04/28/2024
7.1.1 4 04/28/2024
7.1.0 5 04/28/2024
7.0.3 4 04/28/2024
7.0.2 5 04/28/2024
7.0.1 5 04/28/2024
6.1.2 4 04/28/2024
6.1.1 6 03/27/2024
6.1.0 4 04/28/2024
6.0.1 6 04/28/2024
6.0.0-v6alpha0001 6 04/28/2024
5.9.0 5 04/28/2024
5.8.0 4 04/28/2024
5.7.0 5 04/28/2024
5.6.1 4 04/28/2024
5.6.0 5 04/28/2024
5.5.0 5 04/28/2024
5.4.0 4 04/28/2024
5.3.1 5 04/28/2024
5.3.0 7 04/28/2024
5.2.0 6 04/28/2024
5.1.1-v5-x-cachealpha0001 4 04/28/2024
5.1.0 6 04/28/2024
5.0.6 4 04/28/2024
5.0.5 5 04/28/2024
5.0.3 4 04/28/2024
5.0.2-v5-0-alpha0001 4 04/28/2024
5.0.1-v5-0-alpha0001 4 04/28/2024
4.5.0-beta-netstandar-0001 5 04/28/2024
4.3.0 4 04/28/2024
4.2.4 4 04/28/2024
4.2.3 5 04/28/2024
4.2.2 5 04/28/2024
4.2.1 4 04/28/2024
4.2.0 4 04/28/2024
4.1.2 5 04/28/2024
4.1.1 7 04/28/2024
4.1.0 4 04/28/2024
4.0.0 4 04/28/2024
3.0.0 6 04/28/2024
2.2.7 4 04/28/2024
2.2.6 5 04/28/2024
2.2.5 4 04/28/2024
2.2.4 5 04/16/2024
2.2.3 5 04/28/2024
2.2.2 5 04/28/2024
2.2.1 5 04/28/2024
2.2.0 6 04/28/2024
2.1.0 6 04/28/2024
2.0.0 5 04/28/2024
1.1.0 5 04/28/2024
1.0.0 5 04/28/2024