-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gallery keeps using the wrong casing of package id. #1260
Comments
The fix for this is that we should adjust the string each time a new package is uploaded. The exact casing doesn't matter anymore (which is why we delayed this fix originally). |
Deferring to next sprint, there are some case-sensitive issues still to be considered (Mono, etc.) |
So apparently this is still happening. Think it's P3 though. |
Yep, I'm still planning on getting it worked out |
👍 Mmm, this issue relates to the |
Duplicate of: #3349 |
For the NuGet.Core package, we made a mistake in version 1.6.0 by setting the id to 'Nuget.Core' (lowercase 'g'). We have corrected it a long time ago and all recent package uploads have the correct casing of NuGet.Core.
However, the gallery is still not correcting it, both on the details page and in the feed.
https://nuget.org/packages/Nuget.Core/2.5.0
https://nuget.org/api/v2/Packages()?$filter=tolower(Id)%20eq%20'nuget.core'%20and%20IsLatestVersion
The text was updated successfully, but these errors were encountered: