danielpalme / IocPerformance

Performance comparison of .NET IoC containers
https://danielpalme.github.io/IocPerformance
Apache License 2.0
874 stars 157 forks source link

Add Microsoft.Extensions.Hosting #122

Closed andreinitescu closed 5 years ago

andreinitescu commented 5 years ago

First, thank you very much for your work!

Would be very interesting to add Microsoft.Extensions.Hosting and see the results. See https://montemagno.com/add-asp-net-cores-dependency-injection-into-xamarin-apps-with-hostbuilder/

danielpalme commented 5 years ago

I guess that's already implemented. Please have a look at "Microsoft Extensions DependencyInjection 2.2.0" in the results.

andreinitescu commented 5 years ago

Thanks! The link points to an old repo so I thought you're testing the old version. Maybe it would be better to point to NuGet instead? https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/ NuGet page has a link to the GitHub repo.

andreinitescu commented 5 years ago

I am referring to the link from the results page, it points to https://github.com/aspnet/DependencyInjection

danielpalme commented 5 years ago

Fixed in cd7b852d3b06a4bb790c2c6c0754adcfaa0d58cb

andreinitescu commented 5 years ago

Thank you. I wanted to do a PR for this in case you agreed, but many thanks again