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

[Feature]: It would be great if the Package target framework version is also displayed in the Versions tab #9940

Open egvijayanand opened 1 month ago

egvijayanand commented 1 month ago

Related Problem

Displaying the package target framework version is useful.

But it would be great if the Package target framework version is also displayed in the Versions tab

So that no need to traverse multiple times to find the target framework of a particular version.

Displaying the target framework as an additional column would help to locate it even more quickly.

The Elevator Pitch

It helps in finding the appropriate version of the package in a particular target framework version.

Target framework versions can be cached in the backend so that they need not be queried again and again.

Additional Context and Details

image

A sample versions page, here multiple versions of the package targeting different framework versions, have to traverse each version of the package to find out the exact version of the package to reference.

Displaying the target framework as an additional column would help to locate it even quicker.

egvijayanand commented 1 month ago

In the case of a multi-targeted package, at least displaying the major version helps a lot like .NET 8.0.