NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.54k stars 645 forks source link

Ability to filter for MSBuild SDKs #8643

Open alexrp opened 3 years ago

alexrp commented 3 years ago

Is your feature request related to a problem? Please describe.

I want to locate MSBuild SDK packages. It is already possible to do this by manually editing the URL (e.g. https://www.nuget.org/packages?packagetype=msbuildsdk) but the UI doesn't have it as an option.

Describe the solution you'd like

The MSBuildSdk package type should be added to the list of recognized types for filtering.

Additional context

image

skofman1 commented 3 years ago

@loic-sharma , @jcjiang , what are your thoughts on this proposal?

jcjiang commented 3 years ago

I think this addition would be helpful for users and should be implemented. As we add additional package types, however, we should include references for users (see: https://github.com/NuGet/NuGetGallery/issues/8680)