Simple Injector v4.5.2 Release Notes

Release Date: 2019-05-06 // almost 5 years ago
  • ๐Ÿš€ Release Notes

    ๐Ÿ“ฆ Simple Injector can be downloaded using NuGet.

    ๐Ÿ‘Œ Improvements

    Simple Injector core library

    • #693 InjectionConsumerInfo.Equals can throw a NullReferenceException.
    • #695 Container.GetRegistration and Container.GetService methods lack null check.
    • #696 InjectionTargetInfo.Equals can throw a NullReferenceException.
    • #702 Improve error reporting when resolving Scope instances when there is no active scope.
    • #703 Applying proxy or Scoped decorators using 'decorator-type factory' fails with NullReferenceException on uncontrolled collections.
    • #704 Supplying an injected Func<Scope, T> decoratee factory with a container-less Scope throws NullReferenceException.