2.2.1
New features release!
- you can inject around constructors now!
[Injection]
attribute has new propagation control feature viaInjection.Propagation
andInjection.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)]