Polly is a .NET 4.5 / .NET Standard 1.1 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: | 5.9.0 |
Author(s): | Michael Wolfenden, App vNext |
Last Update: | Monday, April 9, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/App-vNext/Polly |
NuGet Url: | https://www.nuget.org/packages/Polly-Signed |
Install
Install-Package Polly-Signed
dotnet add package Polly-Signed
paket add Polly-Signed
Polly-Signed Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- NETStandard.Library(>= 1.6.1)
Tags