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

Do not throw circular reference exception when service resolved as IEnumerable and not in one callsite #663

Closed pakrym closed 5 years ago

pakrym commented 5 years ago

https://github.com/aspnet/AspNetCore/issues/3232

Easier to review with whitespace ignored.

natemcmaster commented 5 years ago

Sorry, for bad timing. I just merged this repo with aspnet/Extensions. Closing as this should be reopened on the new home for DI.