yozepi.Tryit 2.0.1.1720101

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

// Install yozepi.Tryit as a Cake Tool
#tool nuget:?package=yozepi.Tryit&version=2.0.1.1720101

TryIt offers a simple, fluent way to try/retry actions, methods and tasks. You can pause between retries using one of the built-in delay policies or create your own.
     You can also add error and success policies to fine tune your control of the process.
     **Warning** Versions 2.0.0 and above have several breaking changes with previous versions. See the documentation for details.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on yozepi.Tryit:

Package Downloads
Lothur.Web

Web GUI Automation Framework

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1.1720101 3,790 7/20/2017
2.0.0.1719901 1,395 7/18/2017
1.2.1.1627206 1,739 9/28/2016
1.2.0.1626501 2,034 9/21/2016
1.1.0.1626101 2,005 9/17/2016
1.0.0.1625301 1,883 9/9/2016

2.0.1 - Add new extension methods for basic, backoff Fibonacci and no delay.
     2.0.0 - Rewrite of most of the code to improve performance and to simplify use.
     1.2.1 - Rebuilt package as a PCL. Package now targets .Net Framework 4.5, .Net core, Windows 8, Windows Phone 8.1, Windows Phone Silverlight 8, Xamarin.Android, Xamarin.iOS, Xamarin.iOS (classic).
     1.2.0 - Added a Fibonacci delay.
     1.1.0 - Added the ability to cancel trying with a CancellationToken. Improved Task processing.