SimpleInjector 5.5.0

Prefix Reserved
dotnet add package SimpleInjector --version 5.5.0
                    
NuGet\Install-Package SimpleInjector -Version 5.5.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="SimpleInjector" Version="5.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleInjector" Version="5.5.0" />
                    
Directory.Packages.props
<PackageReference Include="SimpleInjector" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SimpleInjector --version 5.5.0
                    
#r "nuget: SimpleInjector, 5.5.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.
#addin nuget:?package=SimpleInjector&version=5.5.0
                    
Install SimpleInjector as a Cake Addin
#tool nuget:?package=SimpleInjector&version=5.5.0
                    
Install SimpleInjector as a Cake Tool

Simple Injector is an easy, flexible and fast dependency injection library that uses best practice to guide your solutions toward the pit of success.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (364)

Showing the top 5 NuGet packages that depend on SimpleInjector:

Package Downloads
SimpleInjector.Integration.AspNetCore

Integration library for ASP.NET Core for Simple Injector.

SimpleInjector.Integration.ServiceCollection

Integrates Simple Injector with applications that require the use of IServiceCollection for registration of framework components.

SimpleInjector.Integration.AspNetCore.Mvc.Core

Integration library for ASP.NET Core MVC core features for Simple Injector. This includes controller integration.

SimpleInjector.Integration.WebApi

Simple Injector ASP.NET Web API Integration.

SimpleInjector.Integration.Web

The Simple Injector ASP.NET Integration package adds a lifestyle to the Simple Injector called 'Per Web Request', which allows instances to live within a single HTTP request and get disposed when the request ends.

GitHub repositories (54)

Showing the top 20 popular GitHub repositories that depend on SimpleInjector:

Repository Stars
jbogard/MediatR
Simple, unambitious mediator implementation in .NET
chocolatey/choco
Chocolatey - the package manager for Windows
MediaBrowser/Emby
Emby Server is a personal media server with apps on just about every device.
dadhi/DryIoc
DryIoc is fast, small, full-featured IoC Container for .NET
reactiveui/splat
Makes things cross-platform
BlogEngine/BlogEngine.NET
Multi-User ASP.NET Blogging Application
SolrNet/SolrNet
Solr client for .Net
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
danielpalme/IocPerformance
Performance comparison of .NET IoC containers
dsafa/audio-band
Display and control songs from the Windows taskbar
SharpRepository/SharpRepository
C# Generic Repository for use with Entity Framework, RavenDB and more with built-in caching options.
DevTeam/Pure.DI
Pure DI for .NET
seesharper/LightInject
An ultra lightweight IoC container
bilal-fazlani/commanddotnet
A modern framework for building modern CLI apps
NuKeeperDotNet/NuKeeper
Automagically update nuget packages in .NET projects
roubachof/Sharpnado.Tabs
Pure MAUI and Xamarin.Forms Tabs, including fixed tabs, scrollable tabs, bottom tabs, badge, segmented control, custom tabs, button tabs, bendable tabs...
maartenba/MvcSiteMapProvider
An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.
pnp/PnP-Tools
Scripts and tools for Office 365 and SharePoint - More for IT Pro's
AudioBand/AudioBand
Display and control songs from the Windows taskbar
couchbase/couchbase-lite-net
A lightweight, document-oriented (NoSQL), syncable database engine for .NET
Version Downloads Last updated
5.5.0 850,080 8/16/2024
5.4.6 392,804 5/24/2024
5.4.5 140,763 4/25/2024
5.4.4 833,162 1/5/2024
5.4.3 121,584 12/13/2023
5.4.3-beta1 1,933 12/11/2023
5.4.2 144,339 11/15/2023
5.4.1 3,406,762 9/29/2022
5.4.1-beta2 3,075 9/27/2022
5.4.1-beta1 2,816 9/27/2022
5.4.0 3,169,503 7/20/2022
5.3.3 1,596,984 1/29/2022
5.3.2 2,128,351 7/2/2021
5.3.1 238,530 6/13/2021
5.3.0 2,016,386 3/4/2021
5.3.0-beta2 25,635 1/8/2021
5.3.0-beta1 3,265 1/7/2021
5.2.1 1,217,881 1/13/2021
5.2.0-alpha2 11,980 12/7/2020
5.2.0-alpha1 4,824 12/5/2020
5.1.0 756,174 10/24/2020
5.0.4 94,560 10/15/2020
5.0.3 847,287 7/13/2020
5.0.2 167,333 6/28/2020
5.0.1 113,244 6/15/2020
5.0.0 1,598,698 6/11/2020
5.0.0-beta2 9,870 6/6/2020
5.0.0-beta1 9,612 6/1/2020
4.10.2 2,413,055 4/24/2020
4.9.2 448,446 4/8/2020
4.9.1 957,826 3/6/2020
4.9.0 1,519,748 1/6/2020
4.8.1 611,162 11/30/2019
4.8.0 177,199 11/23/2019
4.8.0-beta2 9,055 11/20/2019
4.8.0-beta1 9,210 11/17/2019
4.8.0-alpha3 9,468 11/17/2019
4.8.0-alpha2 8,887 11/16/2019
4.8.0-alpha1 8,967 11/16/2019
4.7.1 1,563,530 9/2/2019
4.7.0 14,792 9/1/2019
4.6.2 802,569 7/27/2019
4.6.1 164,585 7/23/2019
4.6.0 1,580,601 5/11/2019
4.6.0-beta2 12,884 5/8/2019
4.6.0-beta1 13,047 4/23/2019
4.5.3 31,093 7/23/2019
4.5.2 111,351 5/6/2019
4.5.1 700,626 3/22/2019
4.5.0 63,212 3/21/2019
4.5.0-beta1 13,199 3/14/2019
4.4.3 2,181,009 1/1/2019
4.4.2 932,040 12/1/2018
4.4.0 1,244,114 11/2/2018
4.3.0 4,064,288 5/16/2018
4.3.0-beta1 12,863 5/11/2018
4.2.3 29,089 5/15/2018
4.2.2 205,391 4/26/2018
4.2.1 283,826 4/15/2018
4.2.0 17,000 4/14/2018
4.1.3 15,230 5/15/2018
4.1.2 16,326 4/26/2018
4.1.1 181,676 4/4/2018
4.1.0 206,889 3/23/2018
4.1.0-beta1 12,592 3/16/2018
4.1.0-alpha1 31,055 2/26/2018
4.0.12 2,489,429 10/21/2017
4.0.11 590,152 9/20/2017
4.0.8 1,885,822 6/3/2017
4.0.7 332,086 5/19/2017
4.0.6 174,099 5/4/2017
4.0.3 238,848 4/19/2017
4.0.2 19,828 4/19/2017
4.0.0 639,602 3/31/2017
4.0.0-beta2 34,781 3/14/2017
4.0.0-beta1 16,417 2/19/2017
4.0.0-alpha3 17,639 1/8/2017
4.0.0-alpha2 13,963 12/30/2016
4.0.0-alpha1 13,740 11/25/2016
3.3.2 1,210,287 12/2/2016
3.3.1 47,808 11/23/2016
3.3.0 89,339 11/21/2016
3.3.0-beta2 12,983 11/10/2016
3.3.0-beta1 12,848 11/9/2016
3.3.0-alpha1 12,584 11/11/2016
3.2.7 334,516 11/3/2016
3.2.5 29,270 11/1/2016
3.2.4 1,062,486 10/26/2016
3.2.3 101,651 10/16/2016
3.2.2 502,677 8/26/2016
3.2.0 637,278 6/28/2016
3.2.0-beta2 11,778 6/28/2016
3.2.0-beta1 11,881 6/27/2016
3.2.0-alpha2 13,996 5/2/2016
3.1.5 271,966 5/22/2016
3.1.5-alpha3 11,969 5/22/2016
3.1.5-alpha2 11,630 5/22/2016
3.1.5-alpha1 10,722 5/18/2016
3.1.4 184,554 5/1/2016
3.1.3 129,234 4/12/2016
3.1.2 649,115 12/14/2015
3.1.2-alpha2 11,119 12/8/2015
3.1.2-alpha1 10,810 12/6/2015
3.1.1 158,625 11/23/2015
3.1.0 221,771 10/12/2015
3.0.7 17,947 10/10/2015
3.0.6 23,338 10/4/2015
3.0.5 179,227 9/3/2015
3.0.4 57,703 8/31/2015
3.0.3 18,559 8/27/2015
3.0.1 44,294 8/20/2015
3.0.0 34,254 8/18/2015
3.0.0-beta4 13,932 8/11/2015
3.0.0-beta3 12,841 8/3/2015
3.0.0-beta2 12,878 7/17/2015
3.0.0-beta1 15,863 6/28/2015
3.0.0-alpha2 12,665 6/21/2015
3.0.0-alpha1 12,433 6/14/2015
2.8.3 255,294 7/17/2015
2.8.1 15,701 7/16/2015
2.8.0 395,618 5/2/2015
2.8.0-beta5 7,617 5/3/2015
2.8.0-beta4 13,041 4/27/2015
2.8.0-beta3 12,725 4/26/2015
2.8.0-beta2 12,794 4/17/2015
2.8.0-beta1 12,987 4/9/2015
2.8.0-alpha1 12,763 4/5/2015
2.7.3 293,525 3/9/2015
2.7.3-alpha1 12,871 3/1/2015
2.7.2 66,632 2/12/2015
2.7.2-beta2 7,634 2/11/2015
2.7.2-beta1 7,600 2/10/2015
2.7.2-alpha2 12,780 2/12/2015
2.7.2-alpha1 7,465 2/10/2015
2.7.1 43,970 2/1/2015
2.7.1-alpha3 8,100 1/16/2015
2.7.1-alpha2 7,518 1/16/2015
2.7.1-alpha1 7,423 1/15/2015
2.7.0 62,488 1/15/2015
2.7.0-beta2 7,486 1/13/2015
2.7.0-beta1 8,453 11/12/2014
2.6.1 183,813 10/26/2014
2.6.0 89,567 10/14/2014
2.6.0-beta2 7,982 9/20/2014
2.6.0-beta1 14,749 8/30/2014
2.6.0-alpha2 7,904 8/17/2014
2.6.0-alpha1 7,580 8/17/2014
2.5.2 129,227 7/13/2014
2.5.0 303,048 3/2/2014
2.5.0-beta2 12,781 2/26/2014
2.5.0-beta1 19,070 2/9/2014
2.4.1 88,126 1/14/2014
2.4.0 51,378 12/8/2013
2.4.0-beta3 12,159 11/24/2013
2.4.0-beta2 12,039 11/5/2013
2.4.0-beta1 12,194 10/15/2013
2.4.0-alpha3 7,773 8/23/2013
2.4.0-alpha1 7,781 7/15/2013
2.3.6 81,034 10/21/2013
2.3.5 47,665 9/2/2013
2.3.2 32,668 8/31/2013
2.3.0 69,441 6/30/2013
2.3.0-beta2 11,788 6/20/2013
2.3.0-beta1 8,428 6/18/2013
2.2.3 69,186 5/4/2013
2.2.1 32,918 4/19/2013
2.2.0 15,866 4/8/2013
2.1.0 16,001 3/19/2013
2.0.2 19,581 3/10/2013
2.0.1 16,680 2/28/2013
2.0.0 24,863 2/25/2013
2.0.0-beta5 12,858 2/22/2013
2.0.0-beta4 12,235 2/17/2013
2.0.0-beta3 12,323 2/10/2013
2.0.0-beta2 12,368 2/8/2013
2.0.0-beta1 10,438 1/29/2013
2.0.0-alpha1 8,834 1/19/2013
1.6.0.12319 35,074 11/15/2012
1.5.0.12199 22,151 7/17/2012
1.4.2.12140 18,127 5/19/2012
1.4.0.12049 20,777 2/17/2012
1.3.0.11343 18,400 12/10/2011
1.2.0.11273 47,382 10/3/2011