Polly.Extensions.Http
1.0.4
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
<PackageReference Include="Polly.Extensions.Http" Version="1.0.4" />
<PackageVersion Include="Polly.Extensions.Http" Version="1.0.4" />
<PackageReference Include="Polly.Extensions.Http" />
paket add Polly.Extensions.Http --version 1.0.4
#r "nuget: Polly.Extensions.Http, 1.0.4"
#:package Polly.Extensions.Http@1.0.4
#addin nuget:?package=Polly.Extensions.Http&version=1.0.4
#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.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- Polly (>= 5.9.0)
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
|
|
Reaparr/Reaparr
Plex downloader that brings content from any server to yours!
|
|
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,786 | 3/6/2021 |
2.0.1 | 46,965 | 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.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