Polly.Core
8.0.0-beta.2
See the version list below for details.
dotnet add package Polly.Core --version 8.0.0-beta.2
NuGet\Install-Package Polly.Core -Version 8.0.0-beta.2
<PackageReference Include="Polly.Core" Version="8.0.0-beta.2" />
paket add Polly.Core --version 8.0.0-beta.2
#r "nuget: Polly.Core, 8.0.0-beta.2"
// Install Polly.Core as a Cake Addin
#addin nuget:?package=Polly.Core&version=8.0.0-beta.2&prerelease
// Install Polly.Core as a Cake Tool
#tool nuget:?package=Polly.Core&version=8.0.0-beta.2&prerelease
Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Rate-limiting, Hedging and Fallback in a fluent and thread-safe manner.
Release notes
- The repository's changelog describes changes by release.
- We tag Pull Requests and Issues with milestones which match to NuGet package release numbers.
Documentation and Samples
Documentation, and samples, for using Polly can be found in the repository's README and wiki.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- System.ComponentModel.Annotations (>= 4.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.7.2
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- System.ComponentModel.Annotations (>= 4.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 6.0.0)
- System.ComponentModel.Annotations (>= 4.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
net6.0
- No dependencies.
NuGet packages (16)
Showing the top 5 NuGet packages that depend on Polly.Core:
Package | Downloads |
---|---|
Polly
Package Description |
|
Likvido.Worker.AzureStorageQueue
Package Description |
|
Likvido.Azure
Package Description |
|
Polly.Extensions
Package Description |
|
Polly.RateLimiting
Package Description |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Polly.Core:
Repository | Stars |
---|---|
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
|
|
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
|
|
microsoft/kernel-memory
Index and query any data using LLM and natural language, tracking sources and showing citations.
|
|
App-vNext/Polly-Samples
Provides sample implementations of the Polly library. The intent of this project is to help newcomers kick-start their use of Polly within their own projects.
|
Version | Downloads | Last updated |
---|---|---|
8.2.0 | 688,452 | 11/14/2023 |
8.1.0 | 606,454 | 10/31/2023 |
8.0.0 | 2,246,996 | 9/28/2023 |
8.0.0-beta.2 | 20,242 | 9/8/2023 |
8.0.0-beta.1 | 5,716 | 8/31/2023 |
8.0.0-alpha.9 | 1,845 | 8/30/2023 |
8.0.0-alpha.8 | 18,815 | 8/8/2023 |
8.0.0-alpha.7 | 7,797 | 7/26/2023 |
8.0.0-alpha.6 | 14,526 | 7/14/2023 |
8.0.0-alpha.5 | 6,696 | 7/3/2023 |
8.0.0-alpha.4 | 2,758 | 6/26/2023 |
8.0.0-alpha.3 | 363 | 6/23/2023 |
8.0.0-alpha.2 | 5,365 | 6/21/2023 |
8.0.0-alpha.1 | 4,085 | 6/15/2023 |
See https://github.com/App-vNext/Polly/blob/master/CHANGELOG.md for details