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

Unity added support for Microsoft.Extensions.DependencyInjection #622

Closed ENikS closed 6 years ago

ENikS commented 6 years ago

Please add Unity to the list of compatible containers

davidfowl commented 6 years ago

Last I checked there were some incompatibilities making unity work. Looking at the linked project it seems like it passes all of the specification tests?

ENikS commented 6 years ago

Yes, these were fixed. It now passes all tests (Line 136)

davidfowl commented 6 years ago

@ENikS 👏 LGTM

ENikS commented 6 years ago

Thank you