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.
dotnet add package Polly --version 5.2.0
Install-Package Polly -Version 5.2.0
| 包名 | 版本要求 |
|---|---|
| NETStandard.Library | [1.6.1, ) |
| 作者 | Michael Wolfenden, App vNext |
|---|---|
| 发布时间 | 2017-06-28 00:09:13 |
| 项目主页 | https://github.com/App-vNext/Polly |
| 许可证 | https://raw.github.com/App-vNext/Polly/master/LICENSE.txt |