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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I might not be fully understanding something but when I add: (did not test other bindings)
the order in which the objects are created/injected changes.
Is this behavior expected?
Example:
In bootstrapper I call:
Console output (expected):
If now I add to the bootstrapper:
The console output changes to: (not expected?):
It looks like IoC first resolves/creates all bindings and then proceeds with the actual object creation.
Beta Was this translation helpful? Give feedback.
All reactions