Skip to content

Simple Injector v4.5.3

Compare
Choose a tag to compare
@dotnetjunkie dotnetjunkie released this 23 Jul 16:49

Release Notes

Simple Injector can be downloaded using NuGet.

Improvements

Simple Injector core library

  • #734 When using the Container.RegisterConditional(Type, Func<TypeFactoryContext, Type>, Lifestyle, Predicate<PredicateContext>) overload, Simple Injector would invalidly supply the Func<TypeFactoryContext, Type> delegate with a TypeFactoryContext instance whose Consumer property invalidly contained a non-null value, when the service type was resolved as root type.. This regression was introduced in v4.5.2.