Skip to content

ImportMembers misses members on base classes #118

@RandomEngy

Description

@RandomEngy

When I've marked some members with the [Import] attribute and call ImportMembers(MembersThat.HaveAttribute<ImportAttribute>()) , it misses marked members on the base class.

It would be nice if it found members on the base class, and also had a way to automatically import marked members for all types, without needing to use ImportMembers on every registration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions