Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
Обновлено 2024-11-08 18:38:42 +03:00
Provides sample implementations of the Polly library. The intent of this project is to help newcomers kick-start their use of Polly within their own projects.
Обновлено 2024-10-31 19:21:18 +03:00
Json Serialization plugin for the Polly CachePolicy, using System.Text.Json
Обновлено 2024-07-10 00:18:16 +03:00
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
Обновлено 2023-11-13 23:46:00 +03:00
Plug-in for the Polly Cache policy supporting Microsoft.Extensions.Caching.Distributed.IDistributedCache.
Обновлено 2019-11-13 21:35:19 +03:00
MemoryCache plugin for the Polly Cache policy
Обновлено 2019-10-18 10:10:27 +03:00
Json Serialization plugin for the Polly CachePolicy, using NewtonSoft.Json
Обновлено 2019-02-10 01:57:09 +03:00