Info
Version: | 8.0.0-preview.4.23260.4 |
Author(s): | Microsoft |
Last Update: | Tuesday, May 16, 2023 |
.NET Fiddle: | Online Example |
Project Url: | https://asp.net/ |
NuGet Url: | https://www.nuget.org/packages/Microsoft.Extensions.Http.Polly |
Install
Install-Package Microsoft.Extensions.Http.Polly
dotnet add package Microsoft.Extensions.Http.Polly
paket add Microsoft.Extensions.Http.Polly
Microsoft.Extensions.Http.Polly Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Http(>= 5.0.0)
- Polly(>= 7.1.0)
- Polly.Extensions.Http(>= 3.0.0)
Tags
This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/898c164a1f537a8210a26eaf388bdc92531f6b09.