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
DiscoverAndConfigure uses a hard coded BindingLifecycle.Transient instead of reading from container.DefaultLifecycle, making it impossible to use another default convention.
The text was updated successfully, but these errors were encountered:
Instead clients should set the default lifecycle on the container either
before returning from ICanCreateContainer.CreateContainer or before the call to Configure.With.
Original issue: ProCoSys#16
DiscoverAndConfigure
uses a hard codedBindingLifecycle.Transient
instead of reading fromcontainer.DefaultLifecycle
, making it impossible to use another default convention.The text was updated successfully, but these errors were encountered: