danielpalme/IocPerformance

Add Microsoft.Extensions.Hosting

Closed this issue · 5 comments

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/

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

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.

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

Fixed in cd7b852

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