Helpful.CircuitBreaker
4.1.0
dotnet add package Helpful.CircuitBreaker --version 4.1.0
NuGet\Install-Package Helpful.CircuitBreaker -Version 4.1.0
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="Helpful.CircuitBreaker" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Helpful.CircuitBreaker --version 4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Helpful.CircuitBreaker, 4.1.0"
#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 Helpful.CircuitBreaker as a Cake Addin #addin nuget:?package=Helpful.CircuitBreaker&version=4.1.0 // Install Helpful.CircuitBreaker as a Cake Tool #tool nuget:?package=Helpful.CircuitBreaker&version=4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A simple circuit breaker library for .NET projects. Can be configured with minimal code.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. 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.
-
- Newtonsoft.Json (>= 8.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.0 | 5,481 | 2/4/2016 |
4.0.0 | 26,411 | 11/14/2015 |
3.1.0 | 3,009 | 7/14/2015 |
3.0.1 | 8,449 | 2/18/2015 |
3.0.0 | 1,427 | 2/18/2015 |
2.1.1 | 4,666 | 3/5/2015 |
2.1.0 | 1,704 | 2/5/2015 |
2.0.1 | 1,387 | 2/3/2015 |
2.0.0 | 1,347 | 1/23/2015 |
1.1.1 | 1,340 | 1/13/2015 |
1.1.0 | 1,688 | 12/10/2014 |
1.0.4 | 1,556 | 12/8/2014 |
1.0.3 | 1,433 | 11/27/2014 |
1.0.2 | 1,442 | 11/27/2014 |
1.0.1 | 1,442 | 10/11/2014 |
1.0.0 | 1,372 | 9/5/2014 |
# Updated to .NET 4.6
# Added async support
# Bug fix for UseImmediateFailureRetry flag