Polly.Net40Async
4.3.0
Polly.Net40Async is a version of the Polly library specifically for for .NET 4.0 with async support via Microsoft.Bcl.Async. Allows developers to express transient exception and fault handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
See the version list below for details.
Install-Package Polly.Net40Async -Version 4.3.0
dotnet add package Polly.Net40Async --version 4.3.0
<PackageReference Include="Polly.Net40Async" Version="4.3.0" />
paket add Polly.Net40Async --version 4.3.0
#r "nuget: Polly.Net40Async, 4.3.0"
// Install Polly.Net40Async as a Cake Addin
#addin nuget:?package=Polly.Net40Async&version=4.3.0
// Install Polly.Net40Async as a Cake Tool
#tool nuget:?package=Polly.Net40Async&version=4.3.0
Release Notes
4.3.0
---------------------
- Added ability for policies to handle return results. Optimised circuit-breaker hot path. Fixed circuit-breaker threshold bug.
4.2.4
---------------------
- Added overloads to WaitAndRetry and WaitAndRetryAsync methods that accept an onRetry delegate which includes the attempt count.
4.2.3
---------------------
- Cleaned up new Polly.Net40Async NuGet package, removing Polly.dll and unused framework folders.
4.2.2
---------------------
- Add new Polly.Net40Async project supporting async for .NET40 via Microsoft.Bcl.Async. This is available as separate Nuget packages Polly.Net40Async and Polly.Net40Async-signed.
Dependencies
-
.NETFramework 4.0
- Microsoft.Bcl.Async (>= 1.0.168)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Polly.Net40Async:
Package | Downloads |
---|---|
Polly.Caching.MemoryCache
Polly.Caching.MemoryCache is a plug-in for the .NET OSS resilience library Polly, supporting System.Runtime.Caching.MemoryCache as a provider for Polly's CachePolicy.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
5.9.0 | 18,485 | 4/9/2018 |
5.8.0 | 6,409 | 1/31/2018 |
5.7.0 | 1,232 | 1/6/2018 |
5.6.1 | 1,721 | 11/29/2017 |
5.6.0 | 590 | 11/27/2017 |
5.5.0 | 1,187 | 11/3/2017 |
5.4.0 | 536 | 11/1/2017 |
5.3.1 | 59,577 | 8/6/2017 |
5.3.0 | 565 | 7/27/2017 |
5.2.0 | 3,671 | 6/28/2017 |
5.1.1-v5-x-cachealpha0001 | 515 | 6/2/2017 |
5.1.0 | 2,044 | 5/4/2017 |
5.0.6 | 53,975 | 2/11/2017 |
5.0.5 | 589 | 2/4/2017 |
5.0.4-pre | 949 | 1/17/2017 |
5.0.3 | 610 | 1/6/2017 |
5.0.2-v5-0-alpha0001 | 628 | 11/22/2016 |
5.0.1-v5-0-alpha0001 | 599 | 10/25/2016 |
4.3.0 | 15,302 | 6/30/2016 |
4.2.4 | 1,419 | 6/17/2016 |
4.2.3 | 812 | 6/7/2016 |
4.2.2 | 781 | 6/2/2016 |