I\'m using Prism V2 with a DirectoryModuleCatalog and I need the modules to be initialized in a certain order. The desired order is specified with an attribute on each IModu
I resolved this by using the ModuleDependency attribute and it worked like a charm