MiniAutFac 1.4.0

dotnet add package MiniAutFac --version 1.4.0
                    
NuGet\Install-Package MiniAutFac -Version 1.4.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="MiniAutFac" Version="1.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MiniAutFac" Version="1.4.0" />
                    
Directory.Packages.props
<PackageReference Include="MiniAutFac" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MiniAutFac --version 1.4.0
                    
#r "nuget: MiniAutFac, 1.4.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.
#:package MiniAutFac@1.4.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MiniAutFac&version=1.4.0
                    
Install as a Cake Addin
#tool nuget:?package=MiniAutFac&version=1.4.0
                    
Install as a Cake Tool

Mini IoC container.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MiniAutFac:

Package Downloads
Was.EventBus.MiniAutFac

An integration for Was.EventBus with MiniAutfac.

MiniAutFac.ScopePerRequest

Per reqest scope for MiniAutFac

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.0 1,756 7/7/2016
1.3.8.1 1,891 10/17/2015
1.3.8 2,305 7/23/2015
1.3.7 1,873 7/16/2015
1.3.6 1,534 6/24/2015
1.3.5 1,513 6/24/2015
1.3.4 1,547 6/24/2015
1.3.3 1,520 6/24/2015
1.3.0 1,659 12/15/2014
1.2.2 1,580 12/9/2014
1.2.1 1,574 12/9/2014
1.2.0 1,558 12/9/2014
1.1.0 1,576 12/8/2014
1.0.0 1,974 12/8/2014

First release of MiniAutFac