Info
Version: | 1.9.0 |
Author(s): | Josh Keegan |
Last Update: | Sunday, January 1, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JoshKeegan/xRetry |
NuGet Url: | https://www.nuget.org/packages/xRetry |
Install
Install-Package xRetry
dotnet add package xRetry
paket add xRetry
xRetry Download (Unzip the "nupkg" after downloading)
Dependencies
- xunit.core(>= 2.4.0 && < 3.0.0)
Tags
This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated.