Polly is a .NET 4.0 / 4.5 / PCL library (Profile 259) / .NET Standard 1.0 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-Signed --version 5.0.1-v5-0-alpha0001
Install-Package Polly-Signed -Version 5.0.1-v5-0-alpha0001
| 包名 | 版本要求 |
|---|---|
| System.Reflection | [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.Runtime.Extensions | [4.0.0, ) |
| System.Threading | [4.0.0, ) |
| System.Threading.Tasks | [4.0.0, ) |
| 作者 | Michael Wolfenden, App vNext |
|---|---|
| 发布时间 | 2016-10-25 16:27:33 |
| 项目主页 | https://github.com/App-vNext/Polly |
| 许可证 | https://raw.github.com/App-vNext/Polly/master/LICENSE.txt |