Pinned Loading
Repositories
- Polly Public
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+.
- Polly-Samples Public
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.
- Polly.Caching.Serialization.System.Text.Json Public
Json Serialization plugin for the Polly CachePolicy, using System.Text.Json
- Polly.Caching.IDistributedCache Public
Plug-in for the Polly Cache policy supporting Microsoft.Extensions.Caching.Distributed.IDistributedCache.
- Polly.Extensions.Http Public archive
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
- Polly.Caching.Serialization.Json Public
Json Serialization plugin for the Polly CachePolicy, using NewtonSoft.Json