yozepi.Tryit 1.1.0.1626101

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

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

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.

Product Compatible and additional computed target framework versions.
.NET Framework 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. 
Compatible target framework(s)
Included target framework(s) (in 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,819 7/20/2017
2.0.0.1719901 1,432 7/18/2017
1.2.1.1627206 1,779 9/28/2016
1.2.0.1626501 2,065 9/21/2016
1.1.0.1626101 2,043 9/17/2016
1.0.0.1625301 1,908 9/9/2016

1.1.0 - Added the ability to cancel trying with a CancellationToken. Improved Task processing.