grumpydev / TinyIoC

An easy to use, hassle free, Inversion of Control Container for small projects, libraries and beginners alike.
MIT License
830 stars 235 forks source link

Fix TinyIoCContainer.ResolveAll(Type resolveType) to include unnamed … #111

Closed grayyang closed 6 years ago

grayyang commented 7 years ago

Fix TinyIoCContainer.ResolveAll(Type resolveType) to include unnamed registrations, which matches the summery, and ResolveAll<ResolveType>().

Issue related: #63

niemyjski commented 6 years ago

Nice find, thanks for the pr.