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 (20)

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

Repository Stars
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
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
SolrNet/SolrNet
Solr client for .Net
Version Downloads Last updated
3.0.2.6 2,577 3/20/2015
3.0.2.5 2,014 2/10/2015
3.0.2.4 197 2/7/2015
3.0.2.3 960 1/22/2015
3.0.2.2 313 1/19/2015
3.0.2.1 1,102 12/12/2014
3.0.2 2,412 10/15/2014
3.0.1.9 620 10/2/2014
3.0.1.8 657 9/15/2014
3.0.1.7 5,141 6/6/2014
3.0.1.6 643 3/17/2014
3.0.1.5 156 2/21/2014
3.0.1.4 103 2/16/2014
3.0.1.3 134 2/7/2014
3.0.1.2 314 12/10/2013
3.0.1.1 88 12/10/2013
3.0.1 106 11/7/2013
3.0.0.9 195 11/5/2013
3.0.0.8 113 10/4/2013
3.0.0.7 75 9/2/2013
3.0.0.6 98 6/27/2013
3.0.0.5 134 4/22/2013
3.0.0.4 129 4/21/2013

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