No, it does not scan any assemblies by reference. You can choose a Func<Assembly, bool> filter to scan assemblies in the application's bin directory as an alternative.
On Monday, May 20, 2013 4:47:37 PM UTC-5, Roberto Yudice wrote:
I have an app that uses type scanning for everything, and I've notice the startup time of the app has gotten worst with time, does structuremap scans types in referenced assemblies of the scanned assemblies also? For example, I have this line in my scanner configuration scanner.Assembly("Saon.MyJobGroup.Data"); does this means it will also scan all assemblies referenced by assembly Saon.MyJobGroup.Data?