You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When searching for packages, it's not discernible from the search results what types of packages I've found. In this screenshot, for example, the first result is a library while the second is a tool:
Describe the solution you'd like
Ideally, the different package types would be visually distinct from one another.
The text was updated successfully, but these errors were encountered:
I think showing the information in search results is probably the easiest next step, followed by enabling filtering by package type in the nuget.org UI. We would just need to work out what it should look like and which package types we should show.
We allow any package type that meets the character restrictions (i.e. package type names use the same pattern as package IDs) to be uploaded so it's not clear we would want to show any possible package type in the search UI since we don't know the scenarios around 3rd party package types. I think it would be probably fine to show them all but we should think it through.
Other note: the NuGet client APIs don't support this new search protocol yet (see NuGet/Home#8915).
Is your feature request related to a problem? Please describe.
When searching for packages, it's not discernible from the search results what types of packages I've found. In this screenshot, for example, the first result is a library while the second is a tool:
Describe the solution you'd like
Ideally, the different package types would be visually distinct from one another.
The text was updated successfully, but these errors were encountered: