aspnet / DependencyInjection

[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
Apache License 2.0
877 stars 320 forks source link

Continue walking graph even when found first scoped service #633

Closed pakrym closed 6 years ago

pakrym commented 6 years ago

We stopped walking call site graph as soon as first scoped service was found caused us to skip lifetime issues deeper in the tree. https://github.com/aspnet/Home/issues/3021

pranavkm commented 6 years ago

:shipit: