Banzai 1.0.9
.NET Framework 4.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Banzai --version 1.0.9
NuGet\Install-Package Banzai -Version 1.0.9
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="Banzai" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Banzai --version 1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Banzai, 1.0.9"
#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 Banzai as a Cake Addin
#addin nuget:?package=Banzai&version=1.0.9
// Install Banzai as a Cake Tool
#tool nuget:?package=Banzai&version=1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
An easy async pipeline orchestration library
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Banzai:
Package | Downloads |
---|---|
Banzai.Autofac
An easy Autofac extension for registering nodes in Banzai |
|
Banzai.Log4Net
Log4Net Library for Banzai |
|
Cannula
A Chain of Responsibility pipeline implementation |
|
Banzai.Ioc.Autofac
An easy Autofac extension for registering nodes in Banzai |
|
Banzai.NLog
NLog Library for Banzai |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 25,982 | 12/7/2020 |
3.0.3 | 48,830 | 9/18/2018 |
3.0.2 | 1,771 | 9/17/2018 |
2.0.3.1 | 17,106 | 7/1/2015 |
2.0.1.1 | 2,266 | 5/22/2015 |
2.0.0.1 | 2,426 | 5/12/2015 |
1.3.1 | 2,852 | 2/10/2015 |
1.2.9 | 2,197 | 10/20/2014 |
1.2.8 | 2,106 | 10/20/2014 |
1.2.7 | 1,944 | 10/16/2014 |
1.2.6 | 1,961 | 10/16/2014 |
1.2.5 | 1,849 | 10/15/2014 |
1.2.4 | 1,711 | 10/15/2014 |
1.2.3 | 1,813 | 10/15/2014 |
1.2.1 | 1,749 | 10/13/2014 |
1.2.0 | 1,764 | 10/13/2014 |
1.1.1 | 1,747 | 10/12/2014 |
1.1.0 | 1,788 | 10/12/2014 |
1.0.14 | 1,806 | 10/10/2014 |
1.0.13 | 1,758 | 10/9/2014 |
1.0.12 | 1,747 | 10/8/2014 |
1.0.11 | 1,753 | 10/8/2014 |
1.0.10 | 1,783 | 10/7/2014 |
1.0.9 | 1,799 | 10/6/2014 |
1.0.8 | 1,736 | 10/6/2014 |
1.0.7 | 1,852 | 10/6/2014 |
1.0.6 | 1,622 | 10/6/2014 |
1.0.5 | 1,640 | 10/3/2014 |
1.0.4 | 1,600 | 10/3/2014 |
1.0.2 | 1,539 | 10/3/2014 |
1.0.1.15152 | 1,441 | 10/1/2014 |
1.0.0.42344 | 1,463 | 9/30/2014 |
Added OnBeforeExecute and OnAfterExecute as virtual methods to Node<T>