Applies to packages with additional metadata in their version string.
After clicking on "Report" link on package details page, breadcrumb to get back to the package details page doesn't work if the package version string has additional build metadata. This is likely because the additional build metadata is appended to the URL when it shouldn't be.
Example of version string with additional build metadata:

Steps to reproduce the behavior:

URL with metadata (wrong): https://www.nuget.org/packages/NuGet.Packaging/5.6.0%2b636570e68732c1f718ede9ca07802d7b1cc69aa0
Correct URL: https://www.nuget.org/packages/NuGet.Packaging/5.6.0
Breadcrumb link back to package details page should work.

Additional examples for repro:
@chgill-MSFT I have submitted #8157 pull request to fix this issue.
This change is deployed to nuget.org. Thanks again for your contribution!
Most helpful comment
This change is deployed to nuget.org. Thanks again for your contribution!