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.