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 anInstanceProducer
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 returnedtrue
when the the given type was open generic; this also impactedGetClosedTypeOf
andGetClosedTypesOf
.