GreenFeetWorkFlow.Ioc.Autofac 1.3.2

dotnet add package GreenFeetWorkFlow.Ioc.Autofac --version 1.3.2
NuGet\Install-Package GreenFeetWorkFlow.Ioc.Autofac -Version 1.3.2
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="GreenFeetWorkFlow.Ioc.Autofac" Version="1.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GreenFeetWorkFlow.Ioc.Autofac --version 1.3.2
#r "nuget: GreenFeetWorkFlow.Ioc.Autofac, 1.3.2"
#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 GreenFeetWorkFlow.Ioc.Autofac as a Cake Addin
#addin nuget:?package=GreenFeetWorkFlow.Ioc.Autofac&version=1.3.2

// Install GreenFeetWorkFlow.Ioc.Autofac as a Cake Tool
#tool nuget:?package=GreenFeetWorkFlow.Ioc.Autofac&version=1.3.2

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 99 2/4/2024
1.3.1 79 2/1/2024
1.3.0 67 1/31/2024
1.2.0 75 1/30/2024
1.1.0 216 11/1/2023
1.0.0.2 121 10/22/2023
1.0.0.1 114 10/9/2023
1.0.0 135 9/21/2023
0.9.0 130 9/19/2023
0.8.0.4 141 9/1/2023
0.8.0.3 135 9/1/2023
0.8.0.2 123 9/1/2023
0.8.0.1 135 8/31/2023
0.8.0 142 8/30/2023
0.0.0.8 134 8/27/2023
0.0.0.7 126 8/24/2023
0.0.0.6 132 8/23/2023
0.0.0.5 148 8/22/2023
0.0.0.4 137 8/21/2023
0.0.0.3 143 8/20/2023