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,540,072,339
Published
Mar 4, 2026
Latest stable version

Install

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

Frameworks

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

Dependencies

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

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

Compatibility metadata lists 4 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.