Polly.Net40Async-Signed
4.2.2
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-Signed --version 4.2.2
NuGet\Install-Package Polly.Net40Async-Signed -Version 4.2.2
<PackageReference Include="Polly.Net40Async-Signed" Version="4.2.2" />
paket add Polly.Net40Async-Signed --version 4.2.2
#r "nuget: Polly.Net40Async-Signed, 4.2.2"
// Install Polly.Net40Async-Signed as a Cake Addin #addin nuget:?package=Polly.Net40Async-Signed&version=4.2.2 // Install Polly.Net40Async-Signed as a Cake Tool #tool nuget:?package=Polly.Net40Async-Signed&version=4.2.2
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 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 | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. 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. |
.NETPlatform | dotnet is compatible. |
-
.NETPlatform 5.0
- Microsoft.Bcl.Async (>= 1.0.168)
- System.Collections (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Runtime (>= 4.0.0)
- System.Threading (>= 4.0.0)
- System.Threading.Tasks (>= 4.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Polly.Net40Async-Signed:
Package | Downloads |
---|---|
Polly.Caching.MemoryCache-Signed
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 | Downloads | Last updated | |
---|---|---|---|
5.9.0 | 9,407 | 4/9/2018 | |
5.8.0 | 1,275 | 1/31/2018 | |
5.7.0 | 1,103 | 1/6/2018 | |
5.6.1 | 1,344 | 11/29/2017 | |
5.6.0 | 979 | 11/27/2017 | |
5.5.0 | 1,087 | 11/3/2017 | |
5.4.0 | 961 | 11/1/2017 | |
5.3.1 | 2,248 | 8/6/2017 | |
5.3.0 | 985 | 7/27/2017 | |
5.2.0 | 1,014 | 6/28/2017 | |
5.1.1-v5-x-cachealpha0001 | 833 | 6/2/2017 | |
5.1.0 | 3,046 | 5/4/2017 | |
5.0.6 | 1,220 | 2/11/2017 | |
5.0.5 | 979 | 2/4/2017 | |
5.0.4-pre | 873 | 1/17/2017 | |
5.0.3 | 1,122 | 1/6/2017 | |
5.0.2-v5-0-alpha0001 | 868 | 11/22/2016 | |
5.0.1-v5-0-alpha0001 | 871 | 10/25/2016 | |
4.3.0 | 2,381 | 6/30/2016 | |
4.2.4 | 1,389 | 6/17/2016 | |
4.2.3 | 1,442 | 6/7/2016 | |
4.2.2 | 1,455 | 6/2/2016 |
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.