Polly.Net40Async
4.3.0
Prefix Reserved
This package is no longer maintained. Please use either Polly or Polly.Core.
See the version list below for details.
dotnet add package Polly.Net40Async --version 4.3.0
NuGet\Install-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
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- Microsoft.Bcl.Async (>= 1.0.168)
NuGet packages (3)
Showing the top 3 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. |
|
Authing.Library
通过简单、安全的接口使用 Authing 提供的功能。 |
|
Cosmos.Comet.SdkReference
Basic implementation and utilities for Cosmos SDKs |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
5.9.0 | 48,719 | 4/9/2018 | |
5.8.0 | 8,542 | 1/31/2018 | |
5.7.0 | 2,769 | 1/6/2018 | |
5.6.1 | 2,323 | 11/29/2017 | |
5.6.0 | 1,072 | 11/27/2017 | |
5.5.0 | 1,757 | 11/3/2017 | |
5.4.0 | 1,058 | 11/1/2017 | |
5.3.1 | 67,947 | 8/6/2017 | |
5.3.0 | 1,077 | 7/27/2017 | |
5.2.0 | 5,130 | 6/28/2017 | |
5.1.1-v5-x-cachealpha0001 | 895 | 6/2/2017 | |
5.1.0 | 2,851 | 5/4/2017 | |
5.0.6 | 329,127 | 2/11/2017 | |
5.0.5 | 1,097 | 2/4/2017 | |
5.0.4-pre | 2,209 | 1/17/2017 | |
5.0.3 | 1,100 | 1/6/2017 | |
5.0.2-v5-0-alpha0001 | 965 | 11/22/2016 | |
5.0.1-v5-0-alpha0001 | 942 | 10/25/2016 | |
4.3.0 | 27,833 | 6/30/2016 | |
4.2.4 | 2,068 | 6/17/2016 | |
4.2.3 | 1,420 | 6/7/2016 | |
4.2.2 | 1,523 | 6/2/2016 |
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.