Polly-Signed 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Polly-Signed --version 3.0.0
NuGet\Install-Package Polly-Signed -Version 3.0.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-Signed" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Polly-Signed --version 3.0.0
#r "nuget: Polly-Signed, 3.0.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.
// Install Polly-Signed as a Cake Addin
#addin nuget:?package=Polly-Signed&version=3.0.0

// Install Polly-Signed as a Cake Tool
#tool nuget:?package=Polly-Signed&version=3.0.0

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 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. 
.NETPlatform dotnet is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 0.0

    • No dependencies.
  • .NETPlatform 5.0

  • MonoAndroid 0.0

    • No dependencies.
  • MonoTouch 0.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • Windows 0.0

    • No dependencies.
  • WindowsPhone 0.0

    • No dependencies.
  • WindowsPhoneApp 0.0

    • No dependencies.
  • Xamarin.iOS 0.0

    • No dependencies.

NuGet packages (16)

Showing the top 5 NuGet packages that depend on Polly-Signed:

Package Downloads
Polly.Extensions.Http-Signed The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

artm.fetcher

Helper for fetching and caching of data from the web

Zq.Utils

C# .NET Framework4.5版本工具类

Polly.Caching.MemoryCache-Signed The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Polly.Caching.MemoryCache is a plug-in for the .NET OSS resilience library Polly, supporting System.Runtime.Caching.MemoryCache as a provider for Polly's CachePolicy.

Arcus.Security.Secrets.AzureKeyVault

Provides support for Azure Key Vault

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Polly-Signed:

Repository Stars
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.
OfficeDev/microsoft-teams-sample-complete-csharp
A template for building complex bots for Microsoft Teams - C# version
Version Downloads Last updated
5.9.0 1,841,570 4/9/2018
5.8.0 115,401 1/31/2018
5.7.0 87,224 1/6/2018
5.6.1 55,818 11/29/2017
5.6.0 86,875 11/27/2017
5.5.0 96,464 11/3/2017
5.4.0 1,705 11/1/2017
5.3.1 266,662 8/6/2017
5.3.0 4,203 7/27/2017
5.2.0 65,463 6/28/2017
5.1.1-v5-x-cachealpha0001 884 6/2/2017
5.1.0 21,067 5/4/2017
5.0.6 78,002 2/11/2017
5.0.5 1,985 2/4/2017
5.0.3 4,081 1/6/2017
5.0.2-v5-0-alpha0001 1,178 11/22/2016
5.0.1-v5-0-alpha0001 1,249 10/25/2016
4.5.0-beta-netstandar-0001 1,418 9/6/2016
4.3.0 125,128 6/30/2016
4.2.4 2,921 6/17/2016
4.2.3 4,166 6/7/2016
4.2.2 3,356 6/2/2016
4.2.1 8,513 5/26/2016
4.2.0 4,203 4/14/2016
4.1.2 5,384 3/17/2016
4.1.1 1,665 3/11/2016
4.1.0 1,546 3/10/2016
4.0.0 2,111 2/18/2016
3.0.0 2,326 1/11/2016
2.2.7 24,096 1/1/2016
2.2.6 1,593 12/30/2015
2.2.5 1,838 12/28/2015
2.2.4 3,823 12/3/2015
2.2.3 59,313 8/9/2015
2.2.2 52,698 6/2/2015
2.2.1 3,318 2/15/2015
2.2.0 17,200 1/25/2015
2.1.0 4,498 11/28/2014
2.0.0 2,956 3/13/2014

    3.0.0
    ---------------------
    - Add cancellation support for all async Policy execution     

    2.2.5
    ---------------------
    - Policies with a retry count of zero are now allowed
    
    2.2.4
    ---------------------
    - Add .NET Core support
    
    2.2.3
    ---------------------
    - Fix PCL implementation of `SystemClock.Reset`
    - Added ability to capture the results of executing a policy via `ExecuteAndCapture`

    2.2.2
    ---------------------
    - Added extra `NotOnCapturedContext` call to prevent potential deadlocks when blocking on asynchronous calls

    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