Info
Version: | 3.1.6 |
Author(s): | Matthew Dennis |
Last Update: | Saturday, April 28, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://Munq.codeplex.com |
NuGet Url: | https://www.nuget.org/packages/Munq.IocContainer |
Install
Install-Package Munq.IocContainer
dotnet add package Munq.IocContainer
paket add Munq.IocContainer
Munq.IocContainer Download (Unzip the "nupkg" after downloading)
Dependencies
6 packages depend on this package.
Tags
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.