Polly is a .NET 3.5 / 4.0 / 4.5 / PCL library (Profile 259) that allows developers to express transient exception handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
dotnet add package Polly --version 4.0.0
Install-Package Polly -Version 4.0.0
| 包名 | 版本要求 |
|---|---|
| System.Collections | [4.0.0, ) |
| System.Diagnostics.Debug | [4.0.0, ) |
| System.Linq | [4.0.0, ) |
| System.Runtime | [4.0.0, ) |
| System.Threading | [4.0.0, ) |
| System.Threading.Tasks | [4.0.0, ) |
| 作者 | Michael Wolfenden, App vNext |
|---|---|
| 发布时间 | 2016-02-18 02:21:37 |
| 项目主页 | https://github.com/App-vNext/Polly |
| 许可证 | https://raw.github.com/App-vNext/Polly/master/LICENSE.txt |