SimpleInjector 2.0.0
See the version list below for details.
Install-Package SimpleInjector -Version 2.0.0
dotnet add package SimpleInjector --version 2.0.0
<PackageReference Include="SimpleInjector" Version="2.0.0" />
paket add SimpleInjector --version 2.0.0
#r "nuget: SimpleInjector, 2.0.0"
// Install SimpleInjector as a Cake Addin
#addin nuget:?package=SimpleInjector&version=2.0.0
// Install SimpleInjector as a Cake Tool
#tool nuget:?package=SimpleInjector&version=2.0.0
The goal of Simple Injector is to provide .NET application developers with an easy, flexible, and fast dependency injection framework, that uses best practices to steers developers towards the pit of success.
| Product | Versions |
|---|---|
| .NET Framework | net40-client |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SimpleInjector:
| Package | Downloads |
|---|---|
|
SimpleInjector.MVC3
Quick Start for Simple Injector ASP.NET MVC integration. This package adds the needed dependencies and code examples to get started quickly with Simple Injector in an MVC application. |
|
|
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. |
|
|
SimpleInjector.Integration.Web.Mvc
The Simple Injector ASP.NET MVC Integration. |
Read the release notes here: https://simpleinjector.codeplex.com/releases/view/99008