Provides resiliency components (Throttle, Circuit Breaker) for async calls to external dependencies (databases calls, http requests/web services calls, IO calls, etc).
Info
| Version: | 2.0.1 |
| Author(s): | Andy Wilson |
| Last Update: | Monday, October 12, 2015 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/andywilsonuk/AsyncResiliencyPatterns |
| NuGet Url: | https://www.nuget.org/packages/AsyncResiliencyPatterns |
Install
Install-Package AsyncResiliencyPatterns
dotnet add package AsyncResiliencyPatterns
paket add AsyncResiliencyPatterns
AsyncResiliencyPatterns Download (Unzip the "nupkg" after downloading)
Dependencies
Tags