An easy to use, hassle free, Inversion of Control Container for small projects, libraries and beginners alike.
830
stars
235
forks
source link
Fix TinyIoCContainer.ResolveAll(Type resolveType) to include unnamed … #111
Closed
grayyang closed 6 years ago
Fix
TinyIoCContainer.ResolveAll(Type resolveType)
to include unnamed registrations, which matches the summery, andResolveAll<ResolveType>()
.Issue related: #63