Polly is a .NET Standard 1.1 and .NET Standard 2.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 --version 6.1.1
Install-Package Polly -Version 6.1.1
| 包名 | 版本要求 |
|---|---|
| NETStandard.Library | [1.6.1, ) |
| 作者 | Michael Wolfenden, App vNext |
|---|---|
| 发布时间 | 2018-11-12 12:53:26 |
| 项目主页 | https://github.com/App-vNext/Polly |
| 许可证 | https://raw.github.com/App-vNext/Polly/master/LICENSE.txt |