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

Make IIocScopedResolver injectable and rename to IScopedIocResolver #1591

Closed
hikalkan opened this issue Nov 26, 2016 · 3 comments
Closed

Make IIocScopedResolver injectable and rename to IScopedIocResolver #1591

hikalkan opened this issue Nov 26, 2016 · 3 comments
Milestone

Comments

@hikalkan
Copy link
Member

Thus, we can inject IScopedIocResolver into our classes and resolve any dependency when needed. Then we don't care about releasing since all of the resolved objects will be released when our class is released.

@hikalkan hikalkan added this to the v1.1.0 milestone Nov 26, 2016
@osoykan
Copy link
Contributor

osoykan commented Nov 28, 2016

@hikalkan nice idea :)

@Caskia
Copy link

Caskia commented Dec 2, 2016

So can it solve this problem?
#1528

@osoykan
Copy link
Contributor

osoykan commented Dec 2, 2016

@Caskia it is not related with constructor injection. It is about Disposable Resolution from container which means it is an enhancement to resolvings with scoped resolver.

KenProDev pushed a commit to KenProDev/aspnetboilerplate that referenced this issue Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants