ninject / Ninject.Extensions.Conventions

Convention based binding for Ninject
Other
76 stars 28 forks source link

Add IFromSyntax.FromAssembliesMatching() with filter #19

Closed BrunoJuchli closed 9 years ago

BrunoJuchli commented 10 years ago

Add FromAssembliesMatching(IEnumerable patterns, Predicate filter)

so that we can achieve:

Select All Assemblies Starting with "SomeProduct.Name" But not (ending with ".Test" or ".Specification").

BrunoJuchli commented 9 years ago

Thanks!