Namespace LemonEdge.API.Core.Reflection
Classes
FactoryInjector
ServiceCollectionExtensions
Interfaces
IFactoryInjector
Factory Injector should be used in cases where constructors are dynamically invoked, and require the IServiceProvider in order to satisfy the arguments. Where you see ctor.Invoke(new object{ ... }), this might be a candidate for IFactoryInjector.