Munq.IocContainer
3.1.0
See the version list below for details.
dotnet add package Munq.IocContainer --version 3.1.0
NuGet\Install-Package Munq.IocContainer -Version 3.1.0
<PackageReference Include="Munq.IocContainer" Version="3.1.0" />
paket add Munq.IocContainer --version 3.1.0
#r "nuget: Munq.IocContainer, 3.1.0"
// Install Munq.IocContainer as a Cake Addin #addin nuget:?package=Munq.IocContainer&version=3.1.0 // Install Munq.IocContainer as a Cake Tool #tool nuget:?package=Munq.IocContainer&version=3.1.0
Munq IOC Container - A very fast Dependency Injection container for Web Applications.
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.
|