Skip to main content
Polly package icon

Polly

Polly is a .NET resilience and transient-fault-handling library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.

Total Downloads
1.5B
1,526,970,433
Published
Jun 10, 2026
Latest stable version

Install

.NET CLI
dotnet add package Polly --version 8.7.0
Package Manager Console
Install-Package Polly -Version 8.7.0
PackageReference
<PackageReference Include="Polly" Version="8.7.0" />

Frameworks

.NETFramework4.6.2 .NETFramework4.7.2 net6.0 .NETStandard2.0

Dependencies

Polly.Core
.NETFramework4.6.2
[8.7.0, )
Polly.Core
.NETFramework4.7.2
[8.7.0, )
[8.7.0, )
Polly.Core
.NETStandard2.0
[8.7.0, )