Skip to content

Simple Injector v4.9.1

Choose a tag to compare

@dotnetjunkie dotnetjunkie released this 06 Mar 14:13
· 3 commits to v4.9.x since this release

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.