Skip to content
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

Closed
ghost opened this issue Jun 22, 2013 · 6 comments
Closed

Gallery keeps using the wrong casing of package id. #1260

ghost opened this issue Jun 22, 2013 · 6 comments

Comments

@ghost
Copy link

ghost commented Jun 22, 2013

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

@analogrelay
Copy link
Contributor

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).

@ghost ghost assigned analogrelay Jul 15, 2013
@analogrelay
Copy link
Contributor

Deferring to next sprint, there are some case-sensitive issues still to be considered (Mono, etc.)

@TimLovellSmith
Copy link
Member

So apparently this is still happening. Think it's P3 though.

@analogrelay
Copy link
Contributor

Yep, I'm still planning on getting it worked out

@odinserj
Copy link

👍 Mmm, this issue relates to the Up For Grabs milestone…

@analogrelay analogrelay removed their assignment Mar 31, 2015
@bhuvak bhuvak removed this from the Up For Grabs milestone May 21, 2015
@skofman1
Copy link
Contributor

Duplicate of: #3349

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants