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
First I have to thank you for providing such an awesome framework for free. We really enjoy working with it in several projects now.
But we have one issue which we are not able to solve yet: I am trying to inject an instance from a child LifetimeScope into a registered class in it's parent LifetimeScope. The other way around works perfectly fine, I can register an instance in the parent and all injects of that instance in all classes of the child scope can be resolved.
Can you give me a hint?
Thanks in advance.
Daniel
The text was updated successfully, but these errors were encountered:
Hi,
First I have to thank you for providing such an awesome framework for free. We really enjoy working with it in several projects now.
But we have one issue which we are not able to solve yet: I am trying to inject an instance from a child LifetimeScope into a registered class in it's parent LifetimeScope. The other way around works perfectly fine, I can register an instance in the parent and all injects of that instance in all classes of the child scope can be resolved.
Can you give me a hint?
Thanks in advance.
Daniel
The text was updated successfully, but these errors were encountered: