Banzai 1.1.0
See the version list below for details.
dotnet add package Banzai --version 1.1.0
NuGet\Install-Package Banzai -Version 1.1.0
<PackageReference Include="Banzai" Version="1.1.0" />
paket add Banzai --version 1.1.0
#r "nuget: Banzai, 1.1.0"
// Install Banzai as a Cake Addin
#addin nuget:?package=Banzai&version=1.1.0
// Install Banzai as a Cake Tool
#tool nuget:?package=Banzai&version=1.1.0
An easy async pipeline orchestration library
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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 | 27,590 | 12/7/2020 |
3.0.3 | 49,213 | 9/18/2018 |
3.0.2 | 1,779 | 9/17/2018 |
2.0.3.1 | 17,150 | 7/1/2015 |
2.0.1.1 | 2,287 | 5/22/2015 |
2.0.0.1 | 2,441 | 5/12/2015 |
1.3.1 | 2,873 | 2/10/2015 |
1.2.9 | 2,216 | 10/20/2014 |
1.2.8 | 2,128 | 10/20/2014 |
1.2.7 | 1,964 | 10/16/2014 |
1.2.6 | 1,981 | 10/16/2014 |
1.2.5 | 1,867 | 10/15/2014 |
1.2.4 | 1,733 | 10/15/2014 |
1.2.3 | 1,833 | 10/15/2014 |
1.2.1 | 1,772 | 10/13/2014 |
1.2.0 | 1,785 | 10/13/2014 |
1.1.1 | 1,772 | 10/12/2014 |
1.1.0 | 1,811 | 10/12/2014 |
1.0.14 | 1,820 | 10/10/2014 |
1.0.13 | 1,781 | 10/9/2014 |
1.0.12 | 1,768 | 10/8/2014 |
1.0.11 | 1,776 | 10/8/2014 |
1.0.10 | 1,803 | 10/7/2014 |
1.0.9 | 1,821 | 10/6/2014 |
1.0.8 | 1,757 | 10/6/2014 |
1.0.7 | 1,870 | 10/6/2014 |
1.0.6 | 1,645 | 10/6/2014 |
1.0.5 | 1,662 | 10/3/2014 |
1.0.4 | 1,620 | 10/3/2014 |
1.0.2 | 1,560 | 10/3/2014 |
1.0.1.15152 | 1,460 | 10/1/2014 |
1.0.0.42344 | 1,477 | 9/30/2014 |
https://github.com/eswann/Banzai/wiki
* Definitely a few breaking changes, but only broke a few of my tests.
* Basic idea was to enable covariance of the subject, which was a big oversight on my part.
* Everything that used to take an ExecutionContext now takes an IExecutionContext, because:
* Added support so that IExecutionContext covaries, thus allowing it (and nodes) to accept inherited subjects.
* Had to change Subject of NodeResult to object type so that it would cause simultaneous covariance/contravariance complexity.