VOOZH about

URL: https://www.nuget.org/packages/Polly.Core/

⇱ NuGet Gallery | Polly.Core 8.7.0




👁 Image
Polly.Core 8.7.0

Prefix Reserved
dotnet add package Polly.Core --version 8.7.0
 
 
NuGet\Install-Package Polly.Core -Version 8.7.0
 
 
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.Core" Version="8.7.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Polly.Core" Version="8.7.0" />
 
Directory.Packages.props
<PackageReference Include="Polly.Core" />
 
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.Core --version 8.7.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Polly.Core, 8.7.0"
 
 
#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.Core@8.7.0
 
 
#: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.Core&version=8.7.0
 
Install as a Cake Addin
#tool nuget:?package=Polly.Core&version=8.7.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Polly

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Rate-limiting, Hedging and Fallback in a fluent and thread-safe manner.

👁 NuGet version
👁 Build status
👁 Code coverage

👁 Polly logo

Release notes

  • The repository's changelog describes changes by release.
  • We tag Pull Requests and Issues with milestones which match to NuGet package release numbers.

Documentation and Samples

Documentation, and samples, for using Polly can be found in the repository's README and documentation.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 is compatible.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 is compatible.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (297)

Showing the top 5 NuGet packages that depend on Polly.Core:

Package Downloads
Polly

Polly is a .NET resilience and transient-fault-handling library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.

Polly.Extensions

Polly.Extensions adds support for dependency injection and telemetry for the Polly.Core library.

Polly.RateLimiting

Polly.RateLimiting is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies using a Rate Limiter in a fluent and thread-safe manner.

Aspire.Hosting

Core abstractions for the Aspire application model.

Aspire.Hosting.AppHost

Core library and MSBuild logic for Aspire AppHost projects.

GitHub repositories (28)

Showing the top 20 popular GitHub repositories that depend on Polly.Core:

Repository Stars
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 11, 10, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
Belphemur/SoundSwitch
C# application to switch default playing device. Download: https://soundswitch.aaflalo.me/
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET
microsoft/kernel-memory
Research project. A Memory solution for users, teams, and applications.
Nexus-Mods/NexusMods.App
Home of the development of the Nexus Mods App
emberstack/kubernetes-reflector
Custom Kubernetes controller that can be used to replicate secrets, configmaps and certificates.
DSharpPlus/DSharpPlus
A .NET library for making bots using the Discord API.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
DaxStudio/DaxStudio
DAX Studio is a tool to write, execute, and analyze DAX queries in Power BI Desktop, Power Pivot for Excel, and Analysis Services Tabular.
dotnet/arcade
Tools that provide common build infrastructure for multiple .NET Foundation projects.
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
Reaparr/Reaparr
Plex downloader that brings content from any server to yours!
trimble-oss/dba-dash
DBA Dash - SQL Server Monitoring Tool
justeattakeaway/httpclient-interception
A .NET library for intercepting server-side HTTP requests
Ameliorated-LLC/trusted-uninstaller-cli
Core functionality for AME Wizard
App-vNext/Polly-Samples
Provides sample implementations of the Polly library. The intent of this project is to help newcomers kick-start their use of Polly within their own projects.
microsoft/Document-Knowledge-Mining-Solution-Accelerator
Solution accelerator built on Azure OpenAI Service and Azure AI Document Intelligence to process and extract summaries, entities, and metadata from unstructured, multi-modal documents and enable searching and chatting over this data.
carlreid/StreamMaster
A powerful M3U proxy and stream management platform for Plex DVR, Emby, Jellyfin Live TV (and more)
Version Downloads Last Updated
8.7.0 385,144 6/10/2026
8.6.6 20,823,986 3/4/2026
8.6.5 31,568,147 11/23/2025
8.6.4 21,518,869 9/26/2025
8.6.3 14,610,512 8/22/2025
8.6.2 13,724,807 7/11/2025
8.6.1 8,762,901 6/16/2025
8.6.0 2,749,761 6/10/2025
8.5.2 56,979,619 2/4/2025
8.5.1 11,490,448 1/13/2025
8.5.0 33,243,765 11/12/2024
8.4.2 97,822,021 9/26/2024
8.4.1 43,425,202 6/28/2024
8.4.0 23,834,358 5/10/2024
8.3.1 31,456,451 3/6/2024
8.3.0 32,240,574 2/5/2024
8.2.1 11,759,119 1/5/2024
8.2.0 25,301,256 11/14/2023
8.1.0 16,480,513 10/31/2023
8.0.0 18,963,704 9/28/2023
Loading failed