Polly.Extensions.Http 1.0.1-preview2

This is a prerelease version of Polly.Extensions.Http.
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.1-preview2
                    
NuGet\Install-Package Polly.Extensions.Http -Version 1.0.1-preview2
                    
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.1-preview2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Polly.Extensions.Http" Version="1.0.1-preview2" />
                    
Directory.Packages.props
<PackageReference Include="Polly.Extensions.Http" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Polly.Extensions.Http --version 1.0.1-preview2
                    
#r "nuget: Polly.Extensions.Http, 1.0.1-preview2"
                    
#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.
#:package Polly.Extensions.Http@1.0.1-preview2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Polly.Extensions.Http&version=1.0.1-preview2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Polly.Extensions.Http&version=1.0.1-preview2&prerelease
                    
Install as a Cake Tool

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 (20)

Showing the top 20 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. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
elsa-workflows/elsa-core
A .NET workflows library
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
microsoft/onefuzz
A self-hosted Fuzzing-As-A-Service platform
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
mivano/azure-cost-cli
CLI tool to perform cost analysis on your Azure subscription
dorisoy/Dorisoy.Pan
Dorisoy.Pan 是基于.net core8 的跨平台文档管理系统,使用 MS SQL 2012 / MySql8.0(或更高版本)后端数据库,您可以在 Windows、Linux 或 Mac 上运行它,项目中的所有方法都是异步的,支持令牌基身份验证,项目体系结构遵循著名的软件模式和最佳安全实践。源代码是完全可定制的,热插拔且清晰的体系结构,使开发定制功能和遵循任何业务需求变得容易。 系统使用最新的 Microsoft 技术,高性能稳定性和安全性
lithnet/ad-password-protection
Active Directory password filter featuring breached password checking and custom complexity rules
PlexRipper/PlexRipper
A cross-platform Plex media downloader that seamlessly adds media from other Plex servers to your own!
specklesystems/speckle-sharp
.NET SDK, Schema and Connectors: Revit, Rhino, Grasshopper, Dynamo, ETABS, AutoCAD, Civil3D & more.
MelbourneDeveloper/RestClient.Net
.NET REST Client Framework for all platforms
Jorixon/JASM
Just Another Skin Manager
christianhelle/refitter
A tool for generating Refit interfaces and contracts from OpenAPI specifications
aspnet/HttpClientFactory
[Archived] Contains an opinionated factory for creating HttpClient instances. Project moved to https://github.com/aspnet/Extensions
vany0114/microservices-dotnetcore-docker-sf-k8s
Shows an approach to work with a microservices based architecture using .Net Core, Docker, and Azure Service Fabric/Kubernetes, applying Domain Driven Design (DDD) and Comand and Query Responsibility Segregation (CQRS) and other patterns.
aws/porting-assistant-dotnet-client
The 'Porting Assistant for .NET' is a standalone compatibility analyzer that helps customers to port their .NET Framework (“.NET”) applications to .NET Core on Linux.
AmusementClub/OKP
One-Key-Publish,一键发布Torrent到常见BT站。
jodendaal/OpenAI.Net
OpenAI library for .NET
Version Downloads Last Updated
3.0.0 32,582 3/6/2021
2.0.1 46,961 3/6/2021
2.0.0-v2alpha0001 1 3/6/2021
1.0.4 2 3/6/2021
1.0.4-pullrequest0019 3 3/6/2021
1.0.3 1 3/6/2021
1.0.2-rc1 2 3/6/2021
1.0.1-preview2 2 3/6/2021
1.0.0-preview2 1 3/6/2021

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