SimpleInjector 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.
There is a newer version of this package available.
See the version list below for details.
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" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleInjector --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleInjector, 2.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// 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 NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Read the release notes here: https://simpleinjector.codeplex.com/releases/view/99008
Dependencies
This package has no dependencies.
Used By
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.
|