LightInject.Source 3.0.1

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

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

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.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on LightInject.Source:

Package Downloads
LightInject.WebApi.Source

An extension to the LightInject service container that enables dependency injection for Web API applications. See LightInject.WebApi for the binary distribution.

LightInject.Web.Source

Enables the LightInject service container to be used in a web application by providing per web request scoped services.

LightInject.Annotation.Source

An extension to the LightInject service container that allows properties and constructor parameters to be annotated with the InjectAttribute class.

LightInject.xUnit.Source

An extension to the LightInject service container that enables dependency injection in xUnit test methods.

LightInject.Mvc.Source

An extension to the LightInject service container that enables dependency injection for ASP.NET MVC applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.1 118 11/19/2024
7.0.0 102 11/6/2024
6.6.4 5,629 5/8/2023
6.6.3 2,059 12/31/2022
6.6.2 387 12/30/2022
6.6.1 2,523 9/19/2022
6.6.0 480 9/19/2022
6.5.2 557 9/9/2022
6.5.1 1,403 8/24/2022
6.5.0 564 8/16/2022
6.4.1 30,729 2/8/2022
6.4.0 13,301 10/19/2020
6.3.6 17,982 10/16/2020
6.3.5 619 9/23/2020
6.3.4 1,233 6/18/2020
6.3.3 756 5/12/2020
6.3.2 727 3/9/2020
6.3.1 661 3/2/2020
6.3.0 651 2/26/2020
6.2.1 593 2/11/2020
6.2.0 778 10/18/2019
6.1.0 764 9/12/2019
6.0.0 779 8/28/2019
5.5.0 1,377 5/16/2019
5.4.0 2,587 1/25/2019
5.3.0 1,007 12/10/2018
5.2.1 1,229 11/10/2018
5.2.0 1,122 9/28/2018
5.1.10 1,114 9/10/2018
5.1.9 1,105 9/7/2018
5.1.8 1,169 8/23/2018
5.1.7 1,122 8/21/2018
5.1.6 1,037 8/7/2018
5.1.5 1,097 7/5/2018
5.1.4 1,203 6/24/2018
5.1.3 1,148 5/8/2018
5.1.2 4,803 1/13/2018
5.1.1 1,196 10/27/2017
5.1.0 1,362 8/23/2017
5.0.3 6,603 4/27/2017
5.0.2 1,319 3/7/2017
5.0.1 1,119 2/7/2017
5.0.0 23,420 1/3/2017
5.0.0-RC1 1,288 10/5/2016
4.1.5 24,729 11/28/2016
4.1.4 1,384 11/7/2016
4.1.3 1,355 11/2/2016
4.1.2 1,288 9/30/2016
4.1.1 1,196 9/6/2016
4.1.0 5,576 8/25/2016
4.0.11 1,984 7/4/2016
4.0.10 1,356 6/28/2016
4.0.10-rc2-2 1,016 5/25/2016
4.0.10-rc2 908 5/24/2016
4.0.9 1,430 4/5/2016
4.0.8 1,650 2/9/2016
4.0.7 1,696 2/7/2016
4.0.6 1,274 1/28/2016
4.0.5 1,090 1/28/2016
4.0.4 1,529 1/5/2016
4.0.3 2,927 12/21/2015
4.0.2 1,831 12/10/2015
4.0.1 1,578 12/3/2015
4.0.0 3,744 8/31/2015
3.0.2.7 5,603 5/22/2015
3.0.2.6 2,405 3/20/2015
3.0.2.5 1,621 2/10/2015
3.0.2.4 1,268 2/7/2015
3.0.2.3 1,256 1/22/2015
3.0.2.2 1,215 1/19/2015
3.0.2.1 1,825 12/12/2014
3.0.2 2,583 10/15/2014
3.0.1.9 1,885 10/2/2014
3.0.1.8 3,061 9/15/2014
3.0.1.7 9,992 6/6/2014
3.0.1.6 1,500 3/17/2014
3.0.1.5 1,380 2/21/2014
3.0.1.4 1,289 2/16/2014
3.0.1.3 1,555 2/7/2014
3.0.1.2 1,353 12/10/2013
3.0.1 2,111 11/7/2013
3.0.0.9 3,031 11/5/2013

Added the RegisterFrom method that allows explicit composition root execution.