Skip to content

2.2.1

Compare
Choose a tag to compare
@pamidur pamidur released this 16 Jun 19:03
· 191 commits to master since this release

New features release!

  • you can inject around constructors now!
  • [Injection] attribute has new propagation control feature via Injection.Propagation and Injection.PropagationFilter properties. Where you can setup propagation strategy and regex filter respectively.
  • Compiler generated members (e.g. named and anonymous methods) are skipped by default. Use [Injection( ... , Propagation = PropagateTo.Everything)]