You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the bus should not depend on the dependency resolver of any kind (soliD violation);
the bus configuration should be done with at least two types of providers: code and file;
the file configuration provider should not depend on dependency resolver (service locator etc.); external dependency resolver should build a configuration provider, a bus and pass the provider to the bus for it to configure itself;
all consumers discovered by the service locator should be passed to the bus by the "host" (HostBox etc.);