Skip to content

5.5.0.394

Compare
Choose a tag to compare
@ENikS ENikS released this 20 Dec 22:53

This release has a lot of modifications and breaking changes. The changes are required to enable new features and optimizations.

Unity.Abstractions v3.0.0 has been released

Breaking changes

  • #6 IUnityContainer.IsRegistered. Finally added built-in, 'fast' mechanism to check if type is registered bool IsRegistered(...); (High impact)

  • #22 Replaced all references to NamedTypeBuildKey with INamedType. (Low impact)

  • #23 Renamed IDependencyResolverPolicy into IResolverPolicy (Affects resolution of overridden dependencies)

  • #27 Merged FactoryDelegateBuildPlanPolicy with InjectionConstructor (Low impact)

  • #30 Added Parent reference to IBuilderContext (New feature)

  • #31 Added return type and extra argument to PreBuildUp and PostBuildUp (High impact for custom strategy implementations)