Light.DependencyInjection 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Light.DependencyInjection --version 0.1.0
NuGet\Install-Package Light.DependencyInjection -Version 0.1.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="Light.DependencyInjection" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Light.DependencyInjection --version 0.1.0
#r "nuget: Light.DependencyInjection, 0.1.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.
// Install Light.DependencyInjection as a Cake Addin
#addin nuget:?package=Light.DependencyInjection&version=0.1.0

// Install Light.DependencyInjection as a Cake Tool
#tool nuget:?package=Light.DependencyInjection&version=0.1.0

A lightweight DI container for .NET.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Light.DependencyInjection:

Package Downloads
Light.Serialization.Json.WithDependencyInjection

Integration library for Light.Serialization.Json and Light.DependencyInjection.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0 1,018 10/3/2017
0.1.4 1,490 11/4/2016
0.1.3 1,115 11/3/2016
0.1.2 1,105 11/2/2016
0.1.1 960 10/31/2016
0.1.0 989 10/29/2016

Basic functionality of Light.DependencyInjection:
       - Resolve types through abstractions
       - Automatic resolve of concrete types
       - TypeCreationInfo API to ask how a certain type is instantiated
       - Override instantiation parameters and instance injections of the requested dependency or override mappings before calling Resolve
       - Fast because of dynamically compiled injection code
       - Injects GUIDs automatically
       - Support for child containers / scopes
       - Extendable lifetimes
       - Fluent API to configure your registrations