AnyRetry 1.0.31

dotnet add package AnyRetry --version 1.0.31
NuGet\Install-Package AnyRetry -Version 1.0.31
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="AnyRetry" Version="1.0.31" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AnyRetry --version 1.0.31
#r "nuget: AnyRetry, 1.0.31"
#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 AnyRetry as a Cake Addin
#addin nuget:?package=AnyRetry&version=1.0.31

// Install AnyRetry as a Cake Tool
#tool nuget:?package=AnyRetry&version=1.0.31

A simple library for retrying operations with backoff and async support.

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

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETFramework 4.7

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net5.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AnyRetry:

Package Downloads
Aionys.Dapper

Dapper wrapper made by Aionys

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.31 53,007 9/8/2021
1.0.30 330 9/8/2021
1.0.29 373 9/7/2021
1.0.26 316 9/7/2021
1.0.25 299 9/7/2021
1.0.24 322 9/7/2021
1.0.22 1,066 7/29/2021
1.0.21 46,369 3/6/2020
1.0.18 580 2/20/2020
1.0.13 31,027 1/6/2019
1.0.10 735 1/5/2019
1.0.0 736 1/4/2019

A simple library for retrying operations with backoff and async support.