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 643 forks source link

Add tooltip for TFM generation checkbox in search #9812

Open erdembayar opened 7 months ago

erdembayar commented 7 months ago

Impact

Other

Describe the bug

In the selection below, it would consider any of net5.0, net6.0, net7.0, net8.0, and netcoreapp2.0 for filtering. filter =any(net5.0, net6.0, net7.0, net8.0) && (netcoreapp2.0). I think we need to have a tooltip to clarify this behavior; otherwise, it's not obvious at initial look, hard for customers to decipher and understand how this generation selection works. image

erdembayar commented 7 months ago

cc @advay26

advay26 commented 7 months ago

We can add a tooltip that says something like "Selecting .NET will show you packages compatible with any of the individual frameworks within the .NET generation."