diff --git a/eng/Library.targets b/eng/Library.targets index b5775178b06..d8b2e1f3736 100644 --- a/eng/Library.targets +++ b/eng/Library.targets @@ -28,7 +28,6 @@ en-US BSD-3-Clause https://github.com/App-vNext/Polly - Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Rate-limit Fallback Timeout Throttle Parallelization Hedging See https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md for details package-readme.md diff --git a/src/Polly.Core/Polly.Core.csproj b/src/Polly.Core/Polly.Core.csproj index bb55baca269..dc559e6103f 100644 --- a/src/Polly.Core/Polly.Core.csproj +++ b/src/Polly.Core/Polly.Core.csproj @@ -19,6 +19,11 @@ true + + Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner. + Polly Simmy Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Chaos ChaosEngineering Retry Wait Fallback Timeout Parallelization Hedging + + diff --git a/src/Polly.Extensions/Polly.Extensions.csproj b/src/Polly.Extensions/Polly.Extensions.csproj index 172e3333756..87ad3501ee5 100644 --- a/src/Polly.Extensions/Polly.Extensions.csproj +++ b/src/Polly.Extensions/Polly.Extensions.csproj @@ -16,6 +16,12 @@ true true + + + Polly.Extensions adds support for dependency injection and telemetry for the Polly.Core library. + Polly Exception Handling Resilience Transient Fault Policy DI DependencyInjection IOC InversionOfControl Metrics Observability Telemetry + + diff --git a/src/Polly.RateLimiting/Polly.RateLimiting.csproj b/src/Polly.RateLimiting/Polly.RateLimiting.csproj index 46e8f574290..f06c8a674a1 100644 --- a/src/Polly.RateLimiting/Polly.RateLimiting.csproj +++ b/src/Polly.RateLimiting/Polly.RateLimiting.csproj @@ -17,6 +17,11 @@ true + + Polly.RateLimiting is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies using a Rate Limiter in a fluent and thread-safe manner. + Polly Exception Handling Resilience Transient Fault Policy Wait Bulkhead Rate-limit Throttle Hedging + + diff --git a/src/Polly.Testing/Polly.Testing.csproj b/src/Polly.Testing/Polly.Testing.csproj index 481df5fce1c..770bd8cd867 100644 --- a/src/Polly.Testing/Polly.Testing.csproj +++ b/src/Polly.Testing/Polly.Testing.csproj @@ -10,6 +10,11 @@ 100 + + Polly.Testing exposes APIs and utilities that can be used to assert on the composition of Polly.Core resilience pipelines. + Polly Exception Handling Resilience Transient Fault Policy Testing + + diff --git a/src/Polly/Polly.csproj b/src/Polly/Polly.csproj index 84f7f68b5eb..8499c30dad6 100644 --- a/src/Polly/Polly.csproj +++ b/src/Polly/Polly.csproj @@ -17,6 +17,11 @@ $(NoWarn);RS0037; + + Polly is a .NET resilience and transient-fault-handling 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. + Polly Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle + +