ipjohnson / Grace

Grace is a feature rich dependency injection container library
MIT License
336 stars 33 forks source link

Add ImportMemembers feature #32

Closed ipjohnson closed 8 years ago

ipjohnson commented 8 years ago

It would be nice to import members generically based on type or attribute or even name. Suggesting adding the following methods.

Export().ImportMembers(MembersThat.HaveAttribute());

Export(IEnumerable).ImportMembers(MembersThat.HaveAttribute());

dadhi commented 8 years ago

Hey, hello!

You'd returned to work on Grace :)

ipjohnson commented 8 years ago

Hey long time no see, Yeah I've been using Grace all along I just haven't needed any new features so I have done a release in a while.

That said I need a couple new features now so I'm looking at putting together a 3.0 release in the next coming weeks.

ipjohnson commented 8 years ago

This is completed and included in version 3.0.0