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
Dependencies
Polly.Core
[8.7.0, )
.NETFramework4.6.2
Polly.Core
[8.7.0, )
.NETFramework4.7.2
Polly.Core
[8.7.0, )
net6.0
Polly.Core
[8.7.0, )
.NETStandard2.0