Aspect Injector v2.2.1 Release Notes

Release Date: 2019-06-16 // almost 5 years ago
  • 🆕 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.
    • 0️⃣ Compiler generated members (e.g. named and anonymous methods) are skipped by default. Use [Injection( ... , Propagation = PropagateTo.Everything)]