Polly is a .NET 3.5/4.0/4.5 library 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
Install-Package Polly
| 作者 | Michael Wolfenden |
|---|---|
| 项目主页 | https://github.com/michael-wolfenden/Polly |
| 许可证 | https://raw.github.com/michael-wolfenden/Polly/master/LICENSE.txt |
| 最新版本 | 8.7.0 |