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.
Info
Version: | 8.4.2 |
Author(s): | Michael Wolfenden, App vNext |
Last Update: | Thursday, September 26, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/App-vNext/Polly |
NuGet Url: | https://www.nuget.org/packages/Polly |
Install
Install-Package Polly
dotnet add package Polly
paket add Polly
Polly Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.1
- NETStandard.Library(>= 1.6.1)
- System.ValueTuple(>= 4.5.0)
No dependencies.
- System.ValueTuple(>= 4.5.0)
No dependencies.
Tags