Polly-Signed
2.2.1
dotnet add package Polly-Signed --version 2.2.1
NuGet\Install-Package Polly-Signed -Version 2.2.1
<PackageReference Include="Polly-Signed" Version="2.2.1" />
paket add Polly-Signed --version 2.2.1
#r "nuget: Polly-Signed, 2.2.1"
// Install Polly-Signed as a Cake Addin #addin nuget:?package=Polly-Signed&version=2.2.1 // Install Polly-Signed as a Cake Tool #tool nuget:?package=Polly-Signed&version=2.2.1
Polly is a .NET 3.5 / 4.0 / 4.5 / PCL library (Profile 259) that allows developers to express transient exception handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on Polly-Signed:
Repository | Stars |
---|---|
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!
|
|
viciousviper/DokanCloudFS
A virtual filesystem for various publicly accessible Cloud storage services on the Microsoft Windows platform.
|
|
OfficeDev/BotBuilder-MicrosoftTeams
Microsoft Bot Builder extension library for developing bots for Microsoft Teams
|
|
gpailler/MegaApiClient
MegaApiClient is a C# .Net library to access http://mega.co.nz / http://mega.nz cloud storage and file hosting service.
|
|
OfficeDev/microsoft-teams-apps-icebreaker
Icebreaker is an open-source app for Microsoft Teams that helps the whole team get closer by pairing members up every week at random to meet for coffee, burgers, pizza, or a walk around the block.
|
2.2.1
---------------------
- Replaced non-blocking sleep implementation with a blocking one for PCL
2.2.0
---------------------
- Added Async Support (PCL)
- PCL Profile updated from Profile78 -> Profile 259
- Added missing WaitAndRetryAsync overload
2.1.0
---------------------
- Added Async Support (.NET Framework 4.5 Only)
2.0.0
---------------------
- Added Portable Class Library
- The "Polly" NuGet package is now no longer strongly named. The strongly named NuGet package is now "Polly-Signed"
1.1.0
---------------------
- Added additional overloads to Retry
- Allow arbitrary data to be passed to policy execution