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
Resolving a service with a circular dependency from the container crashes with ContainerException (Error.RecursiveDependencyDetected) even though a func-wrapper is used.
However the same code works when using a lazy-wrapper.
The documentation states that both should work (even though there is no explicit example for the func-wrapper).
Resolving a service with a circular dependency from the container crashes with ContainerException (Error.RecursiveDependencyDetected) even though a func-wrapper is used.
However the same code works when using a lazy-wrapper.
The documentation states that both should work (even though there is no explicit example for the func-wrapper).
Following code crashes:
As a reference, working code using lazy-wrapper:
DryIoc-Version: 5.4.3
The text was updated successfully, but these errors were encountered: