github simpleinjector/SimpleInjector v5.4.0
Simple Injector v5.4

latest releases: v5.5.0, v5.4.6, v5.4.5...
2 years ago

This release is available through Nuget.

When upgrading from v4.x, please make sure you upgrade your application to the latest v4.x version of Simple Injector first. After that upgrade directly to the latest v5.4.x release.

This minor release focuses around improved support for Flowing scopes and contains the following improvements and new features:

  • #948 Array and List collection types can now be resolved in conjunction with Flowing scopes.
  • #947 New InstanceProducer.GetInstance(Scope) overload was added to allow resolving instances from an InstanceProducer in conjunction with Flowing scopes.
  • #949 DependencyMetadata<T> can now be used in conjunction with Flowing scopes.
  • #951 Bug fix: The IsClosedTypeOf extension method would returned true when the the given type was open generic; this also impacted GetClosedTypeOf and GetClosedTypesOf.

Don't miss a new SimpleInjector release

NewReleases is sending notifications on new releases.