GreenFeetWorkFlow.Ioc.Autofac
1.3.0
See the version list below for details.
dotnet add package GreenFeetWorkFlow.Ioc.Autofac --version 1.3.0
NuGet\Install-Package GreenFeetWorkFlow.Ioc.Autofac -Version 1.3.0
<PackageReference Include="GreenFeetWorkFlow.Ioc.Autofac" Version="1.3.0" />
paket add GreenFeetWorkFlow.Ioc.Autofac --version 1.3.0
#r "nuget: GreenFeetWorkFlow.Ioc.Autofac, 1.3.0"
// Install GreenFeetWorkFlow.Ioc.Autofac as a Cake Addin #addin nuget:?package=GreenFeetWorkFlow.Ioc.Autofac&version=1.3.0 // Install GreenFeetWorkFlow.Ioc.Autofac as a Cake Tool #tool nuget:?package=GreenFeetWorkFlow.Ioc.Autofac&version=1.3.0
Autofac integration
This package provides helper methods to easily integrate with and to scan assemblies for step implementations.
Getting started
To use Autofac as the IOC container you need to register it
builder.RegisterType<AutofacAdaptor>().As<IWorkflowIocContainer>();
If you want to scan assemblies for workflow step implementations using the [StepName]
attribute, you can use builder.RegisterStepImplementations(GetType().Assembly)
. Otherwise you can manually register step implementations with
builder.RegisterType(implementationType).Named<IStepImplementation>(stepName);
A complete example of a usage is found in https://github.com/kbilsted/GreenFeetWorkFlow/blob/master/src/Demos/GreenFeetWorkFlow.WebApiDemo/RegisterGreenFeetWF.cs
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Autofac (>= 7.1.0)
- GreenFeetWorkFlow (>= 1.3.0)
-
net8.0
- Autofac (>= 7.1.0)
- GreenFeetWorkFlow (>= 1.3.0)
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 |
---|---|---|
1.3.2 | 124 | 2/4/2024 |
1.3.1 | 103 | 2/1/2024 |
1.3.0 | 92 | 1/31/2024 |
1.2.0 | 89 | 1/30/2024 |
1.1.0 | 243 | 11/1/2023 |
1.0.0.2 | 147 | 10/22/2023 |
1.0.0.1 | 138 | 10/9/2023 |
1.0.0 | 155 | 9/21/2023 |
0.9.0 | 152 | 9/19/2023 |
0.8.0.4 | 168 | 9/1/2023 |
0.8.0.3 | 157 | 9/1/2023 |
0.8.0.2 | 146 | 9/1/2023 |
0.8.0.1 | 155 | 8/31/2023 |
0.8.0 | 163 | 8/30/2023 |
0.0.0.8 | 156 | 8/27/2023 |
0.0.0.7 | 152 | 8/24/2023 |
0.0.0.6 | 152 | 8/23/2023 |
0.0.0.5 | 155 | 8/22/2023 |
0.0.0.4 | 160 | 8/21/2023 |
0.0.0.3 | 163 | 8/20/2023 |