Info
Version: | 1.0.0 |
Author(s): | Andre Carlucci |
Last Update: | Wednesday, November 1, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SharpTools/SharpRetry |
NuGet Url: | https://www.nuget.org/packages/SharpRetry |
Install
Install-Package SharpRetry
dotnet add package SharpRetry
paket add SharpRetry
SharpRetry Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
Create a policy once and use it everywhere in your system to make async calls in an easy and unit testable way.