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
To allow container and extensions initilization, the container should have a Init() method, which can be used to populate cache and initialize internal bindings.
Using ContextRoot, the method is called automatically during initialization. Manually, it should be called after all bindings and container settings have been added.
Additionally, the event can be used on the CommanderExtension to perform late bindings, allowing to remove the current temporal coupling that exists between command registration and bindinds.
The text was updated successfully, but these errors were encountered:
To allow container and extensions initilization, the container should have a
Init()
method, which can be used to populate cache and initialize internal bindings.Using ContextRoot, the method is called automatically during initialization. Manually, it should be called after all bindings and container settings have been added.
Additionally, the event can be used on the CommanderExtension to perform late bindings, allowing to remove the current temporal coupling that exists between command registration and bindinds.
The text was updated successfully, but these errors were encountered: