yozepi.Tryit
2.0.0.1719901
See the version list below for details.
dotnet add package yozepi.Tryit --version 2.0.0.1719901
NuGet\Install-Package yozepi.Tryit -Version 2.0.0.1719901
<PackageReference Include="yozepi.Tryit" Version="2.0.0.1719901" />
paket add yozepi.Tryit --version 2.0.0.1719901
#r "nuget: yozepi.Tryit, 2.0.0.1719901"
// Install yozepi.Tryit as a Cake Addin #addin nuget:?package=yozepi.Tryit&version=2.0.0.1719901 // Install yozepi.Tryit as a Cake Tool #tool nuget:?package=yozepi.Tryit&version=2.0.0.1719901
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.
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,991 | 7/20/2017 |
2.0.0.1719901 | 1,461 | 7/18/2017 |
1.2.1.1627206 | 1,812 | 9/28/2016 |
1.2.0.1626501 | 2,100 | 9/21/2016 |
1.1.0.1626101 | 2,080 | 9/17/2016 |
1.0.0.1625301 | 1,940 | 9/9/2016 |
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.