Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 09:58
· 69 commits to main since this release

Fixed/Improvement

  • Improvement(ReflectionDIHelper): BuildDIParams is now public and has overloads to accept additional services to look up.
  • Improvement(ReflectionDIHelper): CreateInstance<T> should return null if the created instance is not assignable to T.