Polly.Extensions.Http 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Polly.Extensions.Http --version 1.0.4
NuGet\Install-Package Polly.Extensions.Http -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Polly.Extensions.Http" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Polly.Extensions.Http --version 1.0.4
#r "nuget: Polly.Extensions.Http, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Polly.Extensions.Http as a Cake Addin
#addin nuget:?package=Polly.Extensions.Http&version=1.0.4

// Install Polly.Extensions.Http as a Cake Tool
#tool nuget:?package=Polly.Extensions.Http&version=1.0.4

Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Polly.Extensions.Http:

Package Downloads
Microsoft.Extensions.Http.Polly

The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. 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/e5f183b656a0e8bc087108130a5a9b54ae94494e

GitHub repositories (17)

Showing the top 5 popular GitHub repositories that depend on Polly.Extensions.Http:

Repository Stars
abpframework/abp
Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
elsa-workflows/elsa-core
A .NET workflows library
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
microsoft/onefuzz
A self-hosted Fuzzing-As-A-Service platform
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
Version Downloads Last updated
3.0.0 32,579 3/6/2021
2.0.1 46,959 3/6/2021
2.0.0-v2alpha0001 0 3/6/2021
1.0.4 0 3/6/2021
1.0.4-pullrequest0019 0 3/6/2021
1.0.3 0 3/6/2021
1.0.2-rc1 0 3/6/2021
1.0.1-preview2 0 3/6/2021
1.0.0-preview2 0 3/6/2021

1.0.3
    ---------------------
    - RTM version

    1.0.2-rc1
    ---------------------
    - Reference Polly v5.9.0
    - Update xUnit and FluentAssertions dependencies

    1.0.1-preview2
    ---------------------
    - Fix signing of DLLs in strong-name package

    1.0.0-preview2
    ---------------------
    - Public release for use with ASP.NET Core 2.1-preview2

    0.1.0
    ---------------------
    - Initial implementation