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.Net40Async |
Install
Install-Package Polly.Net40Async
dotnet add package Polly.Net40Async
paket add Polly.Net40Async
Polly.Net40Async Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Bcl.Async(>= 1.0.168)
- Microsoft.Bcl(>= 1.1.10)
- Microsoft.Bcl.Build(>= 1.0.21)
- Nito.AsyncEx(>= 3.0.1)
Tags
Polly allows developers to express resilience policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.