Saneject 1.1.0 #101
alexanderlarsen
announced in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Changes
ToID(...)binding. Unqualified bindings only match injection sites without an ID.[Inject("id")]site previously relied on an unqualified binding, add.ToID("id")to the binding or remove the ID from the injection site.Fixes
ToTarget<T>matching for inherited and nested targets..ToTarget<Base>()now matches derived target types,.ToTarget<Derived>()also applies to inherited injection members on the same derived target, and nested serializable injection targets are matched by their nested owner type.This discussion was created from the release Saneject 1.1.0.
All reactions