Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhulen authored Nov 13, 2023
1 parent 69fd292 commit 93b91c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Polly.Extensions.Http

> [!IMPORTANT]
> The `Microsoft.Extensions.Http.Polly` is deprecated in favor of the new [Microsoft.Extensions.Http.Resilience](https://www.nuget.org/packages/Microsoft.Extensions.Http.Resilience) package, as [detailed here](https://learn.microsoft.com/dotnet/core/resilience/). This new package is built on top of Polly, and it takes full advantage of the new Polly v8 features.
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring [Polly](https://github.com/App-vNext/Polly) policies to handle transient faults typical of calls through HttpClient.

Polly.Extensions.Http targets .NET Standard 1.1 and .NET Standard 2.0.
Expand Down

0 comments on commit 93b91c4

Please sign in to comment.