LightInject 3.0.0.8

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

// Install LightInject as a Cake Tool
#tool nuget:?package=LightInject&version=3.0.0.8

An ultra lightweight single file Inversion of Control container for the .Net framework.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (21)

Showing the top 5 popular GitHub repositories that depend on LightInject:

Repository Stars
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
EasyNetQ/EasyNetQ
An easy to use .NET API for RabbitMQ
dotnetcore/AspectCore-Framework
AspectCore is an AOP-based cross platform framework for .NET Standard.
webprofusion/certify
Professional ACME Client for Windows. Certificate Management UI, powered by Let's Encrypt and compatible with all ACME v2 CAs. Download from certifytheweb.com
dadhi/DryIoc
DryIoc is fast, small, full-featured IoC Container for .NET
Version Downloads Last updated
3.0.2.6 2,571 3/20/2015
3.0.2.5 2,012 2/10/2015
3.0.2.4 193 2/7/2015
3.0.2.3 956 1/22/2015
3.0.2.2 311 1/19/2015
3.0.2.1 1,100 12/12/2014
3.0.2 2,409 10/15/2014
3.0.1.9 619 10/2/2014
3.0.1.8 655 9/15/2014
3.0.1.7 5,139 6/6/2014
3.0.1.6 641 3/17/2014
3.0.1.5 154 2/21/2014
3.0.1.4 101 2/16/2014
3.0.1.3 132 2/7/2014
3.0.1.2 313 12/10/2013
3.0.1.1 86 12/10/2013
3.0.1 104 11/7/2013
3.0.0.9 191 11/5/2013
3.0.0.8 112 10/4/2013
3.0.0.7 70 9/2/2013
3.0.0.6 95 6/27/2013
3.0.0.5 132 4/22/2013
3.0.0.4 127 4/21/2013

Added extension point that allows interception based decorators. See LightInject.Interception for more information.