Simple Injector v4.9.1
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
SimpleInjectorControllerActivatorin case an unregistered controller is requested.