mdennis
NuGet publisher profile
Packages (3)
Munq.IocContainer
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.
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.