Polly 8.5.2

Prefix Reserved
dotnet add package Polly --version 8.5.2
                    
NuGet\Install-Package Polly -Version 8.5.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Polly" Version="8.5.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Polly" Version="8.5.2" />
                    
Directory.Packages.props
<PackageReference Include="Polly" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Polly --version 8.5.2
                    
#r "nuget: Polly, 8.5.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Polly&version=8.5.2
                    
Install Polly as a Cake Addin
#tool nuget:?package=Polly&version=8.5.2
                    
Install Polly as a Cake Tool

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.

NuGet version Build status Code coverage

Polly logo

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 documentation.

Product 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-browser 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2.9K)

Showing the top 5 NuGet packages that depend on Polly:

Package Downloads
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/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa

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.

Polly.Caching.Memory

Polly.Caching.Memory is a plug-in for the .NET OSS resilience library Polly, supporting Microsoft.Extensions.Caching.Memory.MemoryCache as a provider for Polly's CachePolicy.

SheshaMobile.Core

Common application functionality and features to be shared across the framework

Okta.Sdk

Official .NET SDK for the Okta API

GitHub repositories (234)

Showing the top 20 popular GitHub repositories that depend on Polly:

Repository Stars
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
Jackett/Jackett
API Support for your favorite torrent trackers
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
restsharp/RestSharp
Simple REST and HTTP API Client for .NET
dotnet/yarp
A toolkit for developing high-performance HTTP reverse proxy applications.
ThreeMammals/Ocelot
.NET API Gateway
Tyrrrz/DiscordChatExporter
Exports Discord chat logs to a file
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
elsa-workflows/elsa-core
A .NET workflows library
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
kurrent-io/EventStore
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
Version Downloads Last updated
8.5.2 5,419,122 2 months ago
8.5.1 4,445,142 3 months ago
8.5.0 11,221,203 5 months ago
8.4.2 12,674,493 6 months ago
8.4.1 18,642,299 9 months ago
8.4.0 12,252,463 5/10/2024
8.3.1 16,142,215 3/6/2024
8.3.0 11,820,808 2/5/2024
8.2.1 7,424,792 1/5/2024
8.2.0 13,901,304 11/14/2023
8.1.0 6,554,224 10/31/2023
8.0.0 10,613,885 9/28/2023
8.0.0-beta.2 88,334 9/8/2023
8.0.0-beta.1 11,984 8/31/2023
8.0.0-alpha.9 3,922 8/30/2023
8.0.0-alpha.8 44,920 8/8/2023
8.0.0-alpha.7 14,452 7/26/2023
8.0.0-alpha.6 57,794 7/14/2023
8.0.0-alpha.5 28,351 7/3/2023
8.0.0-alpha.4 4,088 6/26/2023
8.0.0-alpha.3 941 6/23/2023
8.0.0-alpha.2 7,410 6/21/2023
8.0.0-alpha.1 6,482 6/15/2023
7.2.4 75,603,889 6/14/2023
7.2.3 173,770,660 1/17/2022
7.2.2 123,543,327 4/11/2021
7.2.1 83,682,418 5/2/2020
7.2.0 46,901,905 11/27/2019
7.1.1 22,074,445 9/2/2019
7.1.0 116,718,537 3/13/2019
7.0.3 2,015,334 2/21/2019
7.0.2 1,031,352 2/11/2019
7.0.1 1,601,499 2/9/2019
6.1.2 13,341,678 11/27/2018
6.1.1 1,084,318 11/12/2018
6.1.0 9,978,925 7/15/2018
6.0.1 25,659,333 5/6/2018
6.0.0-v6alpha0001 11,197 5/3/2018
5.9.0 6,364,383 4/9/2018
5.8.0 5,123,911 1/31/2018
5.7.0 1,038,201 1/6/2018
5.6.1 1,643,697 11/29/2017
5.6.0 105,606 11/27/2017
5.5.0 1,235,908 11/3/2017
5.4.0 155,965 11/1/2017
5.3.1 4,811,002 8/6/2017
5.3.0 262,402 7/27/2017
5.2.0 640,721 6/28/2017
5.1.1-v5-x-cachealpha0001 57,242 6/2/2017
5.1.0 1,080,965 5/4/2017
5.0.6 1,094,749 2/11/2017
5.0.5 524,418 2/4/2017
5.0.3 1,005,771 1/6/2017
5.0.2-v5-0-alpha0001 19,891 11/22/2016
5.0.1-v5-0-alpha0001 20,936 10/25/2016
4.5.0-beta-netstandar-0001 30,852 9/6/2016
4.3.0 2,384,853 6/30/2016
4.2.4 57,453 6/17/2016
4.2.3 45,883 6/7/2016
4.2.2 20,330 6/2/2016
4.2.1 151,192 5/26/2016
4.2.0 224,289 4/14/2016
4.1.2 285,342 3/17/2016
4.1.1 38,523 3/11/2016
4.1.0 9,857 3/10/2016
4.0.0 93,595 2/18/2016
3.0.0 90,593 1/11/2016
2.2.7 69,972 1/1/2016
2.2.6 10,140 12/30/2015
2.2.5 18,123 12/28/2015
2.2.4 62,976 12/3/2015
2.2.3 228,798 8/9/2015
2.2.2 140,192 6/2/2015
2.2.1 96,359 2/15/2015
2.2.0 47,880 1/25/2015
2.1.0 30,791 11/28/2014
2.0.0 39,212 3/13/2014
1.1.0 12,856 6/16/2013
1.0.0 222,953 5/5/2013