Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Polly is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Rate Limiter and Fallback in a fluent and thread-safe manner.

<!-- markdownlint-disable MD042 -->
[![NuGet][package-badge-version]](#)
[![NuGet Downloads][package-badge-downloads]](#)
<!-- markdownlint-enable MD042 -->

[<img align="right" src="https://github.com/dotnet/swag/raw/main/logo/dotnetfoundation_v4_small.png" width="100" alt="The .NET Foundation logo" />](https://www.dotnetfoundation.org/)
We are a member of the [.NET Foundation](https://www.dotnetfoundation.org/about)!

Expand Down Expand Up @@ -497,4 +502,6 @@ Help support this project by becoming a sponsor through [GitHub Sponsors](https:

Licensed under the terms of the [New BSD License](https://opensource.org/license/bsd-3-clause/)

[package-badge-downloads]: https://img.shields.io/nuget/dt/Polly?logo=nuget&label=Downloads&color=blue
[package-badge-version]: https://img.shields.io/nuget/v/Polly?logo=nuget&label=Latest&color=blue
[polly-docs]: https://www.pollydocs.org/
Loading