Hystrix.NET
1.0.0
.NET Framework 4.5
Install-Package Hystrix.NET -Version 1.0.0
dotnet add package Hystrix.NET --version 1.0.0
<PackageReference Include="Hystrix.NET" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hystrix.NET --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Hystrix.NET, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hystrix.NET as a Cake Addin
#addin nuget:?package=Hystrix.NET&version=1.0.0
// Install Hystrix.NET as a Cake Tool
#tool nuget:?package=Hystrix.NET&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Hystrix.NET
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- LibLog (>= 4.2.5)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Hystrix.NET:
Package | Downloads |
---|---|
Hystrix.NET.MetricsEventStream
Hystrix.MetricsEventStream |
|
Hystrix.NET.Contrib.ServoPublisher
Elders.Hystrix.NET.Contrib.ServoPublisher |
|
Cronus.Hystrix.NET
Hystrix middleware for Cronus |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 7,833 | 7/27/2016 |
Based on the code ported by Kylerrr https://hystrixnet.codeplex.com/
Moved MetricsEventStream to nuget package
Moved ServoPublisher to nuget package
Moved Hystrix.Dashboard to nuget package. Hystrix dashboard as OWIN middleware
Fix HystrixKey Equals comparison