Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong scope used when locating in parent scope #170

Closed
ipjohnson opened this issue May 30, 2018 · 1 comment
Closed

Wrong scope used when locating in parent scope #170

ipjohnson opened this issue May 30, 2018 · 1 comment
Labels

Comments

@ipjohnson
Copy link
Owner

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.

Relates to issue #163

@ipjohnson ipjohnson added the bug label May 30, 2018
ipjohnson added a commit that referenced this issue May 30, 2018
@ipjohnson
Copy link
Owner Author

Completed and will be part of 6.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant