JasperFx / lamar

Fast Inversion of Control Tool and Successor to StructureMap
https://jasperfx.github.io/lamar
MIT License
566 stars 117 forks source link

Scanning assemblies takes lot of time #230

Closed cothman closed 4 years ago

cothman commented 4 years ago

We are migrating from StructureMap to Lamar. Scanning assemblies takes too much time (more than 2 minutes) due to AssemblyFinder.FindAssemblies(...) from BaseLineTypeDiscovery, because of the Topological Scan.

I opened an issue in JasperFx/baseline repo.