yocto 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package yocto --version 1.2.0
                    
NuGet\Install-Package yocto -Version 1.2.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="yocto" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="yocto" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="yocto" />
                    
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 yocto --version 1.2.0
                    
#r "nuget: yocto, 1.2.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.
#addin nuget:?package=yocto&version=1.2.0
                    
Install as a Cake Addin
#tool nuget:?package=yocto&version=1.2.0
                    
Install as a Cake Tool

yocto - a small, yet powerful, Inversion of Control (IoC) container

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  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. 
.NETPlatform dotnet54 is compatible. 
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
2.0.10-alpha 590 3/7/2019
2.0.9-alpha 548 3/7/2019
2.0.8-alpha 552 3/6/2019
2.0.7-alpha 545 3/6/2019
2.0.6-alpha 529 3/5/2019
2.0.5-alpha 533 3/4/2019
2.0.4-alpha 542 3/4/2019
2.0.3-alpha 540 3/4/2019
2.0.2-alpha 526 3/4/2019
2.0.1-alpha 534 3/4/2019
2.0.0-alpha 546 3/4/2019
1.5.2 2,005 10/24/2016
1.5.2-beta5 1,502 7/7/2016
1.5.2-beta3 1,562 7/7/2016
1.5.2-beta2 1,488 7/7/2016
1.5.2-beta1 1,477 7/7/2016
1.5.2-alpha2 1,492 7/3/2016
1.5.2-alpha1 1,231 7/3/2016
1.5.1 1,758 6/24/2016
1.5.0 2,251 6/16/2016
1.5.0-rc2 1,501 5/18/2016
1.5.0-rc1 1,233 5/16/2016
1.4.0 1,841 5/15/2016
1.3.0 1,655 5/14/2016
1.2.0 1,691 5/14/2016
1.1.1 1,923 5/13/2016
1.1.0 2,149 5/13/2016
1.0.0 2,089 5/11/2016

Added PerThread instancing
Moved RegisterSingleton to extension method
More tests, more coverage, better quality