ProCoSys / Bifrost

Application Development Framework promoting good development practices such as CQRS and MVVM (see readme)
http://bifrost.dolittle.com
Other
1 stars 1 forks source link

Use IOrderedInstancesOf instead of IInstancesOf when configuring Bifrost #74

Closed josteitv closed 7 years ago

josteitv commented 7 years ago

IOrderedInstancesOf was introduced to gain more control in which order methods and classes are called. ICanConfigure classes are currently loaded in a random fashion by Bifrost.Configuration.Configure.

By using IOrderedInstancesOf instead of IInstancesOf we can more easily handle dependencies between ICanConfigure instances.