Skip to content

Saneject 1.0.5

Choose a tag to compare

@alexanderlarsen alexanderlarsen released this 27 Apr 17:58
· 11 commits to main since this release
b0c2784

Fixes

  • Fixed inherited private injection sites being skipped during graph construction.
  • Component traversal now walks each declaring type in the inheritance chain, allowing private base class fields, methods, and auto-property backing fields to be discovered reliably.

Tests

  • Added inheritance injection coverage for public and private base class fields, methods, and properties.