New version of UnityConfiguration
July 17th 2011I just pushed a new release of UnityConfiguration to NuGet.
So what’s new in v1.3?
- Documented public facing methods
- Included the xml documentation in the NuGet package
- Debugging symbols are available on SymbolSource.org
- Several more overloads for adding assemblies to the scanner
- One more overload for adding a registry that takes an instance of a UnityRegistry
- New convention that scans for registries
- New convention that uses an overridable naming convention for registering a type mapping
- Added Transient, PerThread, PerResolve, ExternallyControlled and HierarchicalControlled lifetime scope configuration
-
MakeSingletonand() MakeSingletonis marked as obsolete. Use(string) Configureor().AsSingleton() Configureinstead().WithName(name).AsSingleton() -
ConfigureCtorArgsForis marked as obsolete. Use(params object[] args) Configureinstead().WithConstructorArguments(params object[])
Install using the package manager console in Visual Studio:
PM> Install-Package UnityConfiguration
Hope you enjoy it!






