Munq.IocContainer
3.1.6
dotnet add package Munq.IocContainer --version 3.1.6
NuGet\Install-Package Munq.IocContainer -Version 3.1.6
<PackageReference Include="Munq.IocContainer" Version="3.1.6" />
paket add Munq.IocContainer --version 3.1.6
#r "nuget: Munq.IocContainer, 3.1.6"
// Install Munq.IocContainer as a Cake Addin #addin nuget:?package=Munq.IocContainer&version=3.1.6 // Install Munq.IocContainer as a Cake Tool #tool nuget:?package=Munq.IocContainer&version=3.1.6
Munq IOC Container - A very fast Dependency Injection container for Web Applications.
3.1.6 - fixed bad web.config.transform file in package
3.1.5 - corrects the bad implementation for disposing of Request Lifetime instances.
3.1.4 - Disposes of RequestLifeTime instance when HttpRequest ends.
3.1.3 - re-add extension methods introduced in 3.0.4 but went missing :(
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
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.
|