v0.1.1
Fixed/Improvement
- Improvement(ReflectionDIHelper):
BuildDIParamsis now public and has overloads to accept additional services to look up. - Improvement(ReflectionDIHelper):
CreateInstance<T>should returnnullif the created instance is not assignable toT.