Munq.IocContainer 3.1.2

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

// Install Munq.IocContainer as a Cake Tool
#tool nuget:?package=Munq.IocContainer&version=3.1.2

Munq IOC Container - A very fast Dependency Injection container for Web Applications.
3.1.2 - fixes an issue with the ConfigurationLoader causing resolved object to not cast to their own type.
3.1.1 - Release Build,  Oops :(
3.1.0 - Adds support for Open Generics
3.0.5 - Adds more information to exceptions.
3.0.4 - Adds extension methods to simplify setting the LifetimeManager for a Registration.
Register...).AsAlwaysNew();
Register...).AsCached();
Register...).AsContainerSingleton();
Register...).AsRequestSingleton();
Register...).AsSessionSingleton();
Register...).AsThreadSingleton();
3.0.3 - This minor release changes ResolveAll to include derived types.
3.0.2 -This minor release will resolve an interface to a registered class without having
Register the interface.
3.0.1 -This minor release changes IMunqConfig.RegisterIn's parameter from
IDependencyRegistrar to IocContainer so the Resolve methods can be called.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Munq.IocContainer:

Package Downloads
Munq.MVC3

An implementation of the DependencyResolver for ASP.NET MVC3. Includes startup code. 3.1.5 - Changes dependency to Munq.IocContainer 3.1.5 to fix Request Lifetime instance issue. All packages same version.

Munq.CommonServiceLocator

An implementation of the Common Service Locator interface using the Munq IOC Container. 3.1.5 Changes dependency to Munq.IocContainer 3.1.5 to fix Request Lifetime instance issue. All packages same version. 3.1.3 Fixes the dependency version for CommonServiceLocator 3.1.2 Implements IDisposable on the service locator.

TinyWebStack

A lightweight web framework for ASP.NET.

BclEx-Abstract.Munq

This package contains a Munq implementation of the abstract ServiceLocator.

Prism.Munq

Use these extensions to build Prism applications based on Munq.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Munq.IocContainer:

Repository Stars
sami1971/SimplyMobile
Collection of abstracted mobile functionalities. Xamarin.iOS, Xamarin.Android & WP8.
Version Downloads Last updated
3.1.6 81,476 4/28/2012
3.1.5 3,291 4/28/2012
3.1.3 2,939 12/9/2011
3.1.2 2,751 11/30/2011
3.1.1 3,287 11/6/2011
3.1.0 3,135 11/5/2011
3.0.5 3,153 7/9/2011
3.0.4 3,405 4/30/2011
3.0.3 2,997 4/12/2011
3.0.2 2,966 4/12/2011
3.0.1 3,684 3/19/2011