Banzai 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Banzai --version 1.1.0
NuGet\Install-Package Banzai -Version 1.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="Banzai" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Banzai --version 1.1.0
#r "nuget: Banzai, 1.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 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 Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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.

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

Banzai.Ioc.Autofac

An easy Autofac extension for registering nodes in Banzai

Cannula

A Chain of Responsibility pipeline implementation

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 36,103 12/7/2020
3.0.3 51,984 9/18/2018
3.0.2 2,142 9/17/2018
2.0.3.1 18,907 7/1/2015
2.0.1.1 2,638 5/22/2015
2.0.0.1 2,789 5/12/2015
1.3.1 3,304 2/10/2015
1.2.9 2,543 10/20/2014
1.2.8 2,445 10/20/2014
1.2.7 2,259 10/16/2014
1.2.6 2,256 10/16/2014
1.2.5 2,080 10/15/2014
1.2.4 1,954 10/15/2014
1.2.3 2,035 10/15/2014
1.2.1 1,985 10/13/2014
1.2.0 2,012 10/13/2014
1.1.1 1,979 10/12/2014
1.1.0 2,024 10/12/2014
1.0.14 2,045 10/10/2014
1.0.13 1,984 10/9/2014
1.0.12 1,956 10/8/2014
1.0.11 1,991 10/8/2014
1.0.10 2,059 10/7/2014
1.0.9 2,060 10/6/2014
1.0.8 1,968 10/6/2014
1.0.7 2,091 10/6/2014
1.0.6 1,852 10/6/2014
1.0.5 1,865 10/3/2014
1.0.4 1,805 10/3/2014
1.0.2 1,767 10/3/2014
1.0.1.15152 1,595 10/1/2014
1.0.0.42344 1,611 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.