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.52k stars 643 forks source link

Inform user if package is available as part of framework #9945

Open thompson-tomo opened 1 month ago

thompson-tomo commented 1 month ago

Related Problem

Currently it is not easily possible for a user of nuget.org to know if the package is available as part of the framework.

The Elevator Pitch

Nuget.org should be the central location for viewing information about packages. To help achieve this there should be a new tab 0rovided by which indicates if that version of the library is included in that TFM, there should also be an indication if the framework has a newer version of the library included. This will replace the need to cross reference the package with https://apisof.net and at the same time make it even easier for developer's to know that they are referencing a package which is natively available as part of the framework.

Additional Context and Details

No response