Light.DependencyInjection 0.1.1

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

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

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,020 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

Eliminated Threading issues:
       - RegistrationDictionary now uses SemaphoreSlim
       - OverriddenMappings are now thread-safe