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
The wrong injection scope is being used when calling injectionScopeParent.LocateFromChildScope in InjectionScope.InternalLocate. This does not effect the disposal scope/tracking of objects as DisposalScope is separate from injection scope. This defect is only noticeable when working with child scopes and calling locate directly for dependencies.
The wrong injection scope is being used when calling
injectionScopeParent.LocateFromChildScope
inInjectionScope.InternalLocate
. This does not effect the disposal scope/tracking of objects as DisposalScope is separate from injection scope. This defect is only noticeable when working with child scopes and calling locate directly for dependencies.Relates to issue #163
The text was updated successfully, but these errors were encountered: