aspnet / DependencyInjection

[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve searchability on nuget.org

ChristopherHaws opened this issue · comments

Hello,

I find myself using this library a lot, especially in linqpad scripts when I am testing something out. Currently, pretty much the only way to get this library to return in the nuget search results is by typing the exact name of the entire package Microsoft.Extensions.DependencyInjection. It would be nice to have a few more tags added to the packages to improve searchability a bit. Some suggestions I would have are:

  • microsoft
  • ms
  • ioc

Ideally I would like to be able to type ms ioc or ms di and have it come back as the first result.

Thanks and keep up the great work! 👍

This issue was moved to NuGet/NuGetGallery#4687