Polly is a 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 7.2.2
Install-Package Polly -Version 7.2.2
| 包名 | 版本要求 |
|---|---|
| System.ValueTuple | [4.5.0, ) |
| 包名 | 版本要求 |
|---|---|
| NETStandard.Library | [1.6.1, ) |
| System.ValueTuple | [4.5.0, ) |
| 作者 | Michael Wolfenden, App vNext |
|---|---|
| 发布时间 | 2021-04-11 17:38:14 |
| 项目主页 | https://github.com/App-vNext/Polly |
| 许可证 | https://www.nuget.org/packages/Polly/7.2.2/license |