Banzai.Autofac
1.2.0
This package is no longer valid in Banzai 4.0, use Banzai.Ioc.Autofac instead
See the version list below for details.
dotnet add package Banzai.Autofac --version 1.2.0
NuGet\Install-Package Banzai.Autofac -Version 1.2.0
<PackageReference Include="Banzai.Autofac" Version="1.2.0" />
paket add Banzai.Autofac --version 1.2.0
#r "nuget: Banzai.Autofac, 1.2.0"
// Install Banzai.Autofac as a Cake Addin #addin nuget:?package=Banzai.Autofac&version=1.2.0 // Install Banzai.Autofac as a Cake Tool #tool nuget:?package=Banzai.Autofac&version=1.2.0
An easy Autofac extension for registering nodes in Banzai.
Product | Versions 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. |
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 | |
---|---|---|---|
3.0.3 | 43,954 | 9/18/2018 | |
3.0.2 | 1,036 | 9/17/2018 | |
2.0.3.1 | 7,083 | 7/1/2015 | |
2.0.1.1 | 1,271 | 5/22/2015 | |
2.0.0.1 | 1,286 | 5/12/2015 | |
1.3.1 | 1,663 | 2/10/2015 | |
1.2.9 | 1,705 | 10/20/2014 | |
1.2.8 | 1,423 | 10/20/2014 | |
1.2.7 | 1,449 | 10/16/2014 | |
1.2.6 | 1,405 | 10/16/2014 | |
1.2.5 | 1,435 | 10/15/2014 | |
1.2.4 | 1,614 | 10/15/2014 | |
1.2.3 | 1,635 | 10/15/2014 | |
1.2.1 | 1,419 | 10/13/2014 | |
1.2.0 | 1,629 | 10/13/2014 | |
1.1.1 | 1,400 | 10/12/2014 | |
1.1.0 | 1,382 | 10/12/2014 | |
1.0.14 | 1,404 | 10/10/2014 | |
1.0.13 | 1,612 | 10/9/2014 | |
1.0.12 | 1,658 | 10/8/2014 | |
1.0.11 | 1,412 | 10/8/2014 | |
1.0.10 | 1,459 | 10/7/2014 | |
1.0.9 | 1,434 | 10/6/2014 | |
1.0.8 | 1,481 | 10/6/2014 | |
1.0.7 | 1,436 | 10/6/2014 | |
1.0.6 | 1,640 | 10/6/2014 | |
1.0.5 | 1,437 | 10/3/2014 | |
1.0.4 | 1,421 | 10/3/2014 | |
1.0.3 | 1,455 | 10/3/2014 | |
1.0.2 | 1,403 | 10/3/2014 |
https://github.com/eswann/Banzai/wiki
Completed variance work so the contravariant nodes can be added to MultiNodes, see Variance topic in readme for more information. As a result:
ShouldExecuteFunc/Async now accept IExecutionContext instead of strongly typed subject.
To mitigate this change, extension method: AddShouldExecute was added to accept typed ShouldExecuteFuncs.