yocto 1.3.0
See the version list below for details.
dotnet add package yocto --version 1.3.0
NuGet\Install-Package yocto -Version 1.3.0
<PackageReference Include="yocto" Version="1.3.0" />
paket add yocto --version 1.3.0
#r "nuget: yocto, 1.3.0"
// Install yocto as a Cake Addin #addin nuget:?package=yocto&version=1.3.0 // Install yocto as a Cake Tool #tool nuget:?package=yocto&version=1.3.0
yocto - a small, yet powerful, Inversion of Control (IoC) container
Product | Versions 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. |
-
.NETFramework 4.5.1
- No dependencies.
-
.NETPlatform 5.4
- Microsoft.CSharp (>= 4.0.1-beta-23516)
- System.Collections (>= 4.0.11-beta-23516)
- System.Collections.Concurrent (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Runtime (>= 4.0.21-beta-23516)
- System.Threading (>= 4.0.11-beta-23516)
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 | 506 | 3/7/2019 |
2.0.9-alpha | 470 | 3/7/2019 |
2.0.8-alpha | 468 | 3/6/2019 |
2.0.7-alpha | 467 | 3/6/2019 |
2.0.6-alpha | 453 | 3/5/2019 |
2.0.5-alpha | 456 | 3/4/2019 |
2.0.4-alpha | 461 | 3/4/2019 |
2.0.3-alpha | 459 | 3/4/2019 |
2.0.2-alpha | 446 | 3/4/2019 |
2.0.1-alpha | 453 | 3/4/2019 |
2.0.0-alpha | 470 | 3/4/2019 |
1.5.2 | 1,717 | 10/24/2016 |
1.5.2-beta5 | 1,228 | 7/7/2016 |
1.5.2-beta3 | 1,285 | 7/7/2016 |
1.5.2-beta2 | 1,209 | 7/7/2016 |
1.5.2-beta1 | 1,196 | 7/7/2016 |
1.5.2-alpha2 | 1,212 | 7/3/2016 |
1.5.2-alpha1 | 945 | 7/3/2016 |
1.5.1 | 1,383 | 6/24/2016 |
1.5.0 | 1,878 | 6/16/2016 |
1.5.0-rc2 | 1,135 | 5/18/2016 |
1.5.0-rc1 | 1,048 | 5/16/2016 |
1.4.0 | 1,558 | 5/15/2016 |
1.3.0 | 1,280 | 5/14/2016 |
1.2.0 | 1,315 | 5/14/2016 |
1.1.1 | 1,450 | 5/13/2016 |
1.1.0 | 1,566 | 5/13/2016 |
1.0.0 | 1,514 | 5/11/2016 |
•Simple API - Register, Resolve, CanResolve, TryResolve
•Type Safety - use of generics for type safety
•Constructor Injection - constructors are selected automatically
•Eager Type Factory Resolution - resolve type factories needed to construct instances at registration time
•Extensible API - RegisterSingleton, RegisterPerThread
•Lifetime Management - includes singleton, multi-instance, per thread
•Fluent API - AsSingleton, AsMultiple, AsPerThread
•Child Containers - support for child containers, automatic "bubbling" of resolution to parent containers
•Memory Management - automatic disposal of singleton, per thread or leaked multiinstance objects which support IDisposable when container is disposed
•Assembly Registration - new support for registering types for an assembly