MagicMessagebus now accepts an IAssemblyFilter so you can decide what assemblies to scan for subscriptions, and which to skip. This can help speeding up the initial scan, and skip assemblies that happen to be broken in your application.
If omitted, MagicMessagebus will use a DefaultAssemblyFilter that filters out common assemblies like System, Microsoft and others.