Simple Injector v4.9.1 Release Notes

Release Date: 2020-03-06 // about 4 years ago
  • ๐Ÿš€ Release Notes

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

    ๐Ÿ› Bug fixes

    Simple Injector core library

    • #414 Object graphs that consist of decorators with Func<T> decoratee factories are now visualized correctly.
    • #759 Object graphs that consist collections (e.g. IEnumerable<T>) are now visualized correctly.

    ๐Ÿ“ฆ ASP.NET Core Integration packages

    • ๐Ÿ‘ป #802 Exception message improved that is thrown by the SimpleInjectorControllerActivator in case an unregistered controller is requested.