5.5.1.415
New features
- IContainerContext - new official UnityContainer face for internal operations
- IRegisterTypeStrategy - new interface allowing strategies to be part of registration and add policies as required.
- SingletonLifetimeManager - new globally unique lifetime manager.
Breaking changes
- ITypeInterceptionPolicy - has been optimized to resolve via IUnityContainer instead of IBuilderContext
- IInterceptionBehaviorsPolicy - has been optimized to resolve via IUnityContainer instead of IBuilderContext
Bug fixes
- #177 - Fixed rare condition where setting type interceptor on registration instead of resolving singleton instantiates new instance for each resolution.