Skip to content

v1.1.0

Latest

Choose a tag to compare

@JoepGeevers JoepGeevers released this 06 Apr 07:06

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.