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 theFunc<TypeFactoryContext, Type>
delegate with aTypeFactoryContext
instance whoseConsumer
property invalidly contained a non-null value, when the service type was resolved as root type.. This regression was introduced in v4.5.2.