ecosyste-ms / packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.
https://packages.ecosyste.ms
GNU Affero General Public License v3.0
23 stars 4 forks source link

Nuget package name should be case insensitive #674

Closed andrew closed 5 months ago

andrew commented 5 months ago

There are duplicate nuget packages in the database with different cases, they should be lowercase, examples:

Upvote & Fund

Fund with Polar

andrew commented 5 months ago

There are approx 3083 duplicate nuget packages when lower casing all the names

andrew commented 5 months ago

Pushed a fix to lower case all new nuget package names to lower case, need to fix up existing duplicates now

andrew commented 5 months ago

Running a script to clean up duplicates where an existing all lower case package exists, will need to lower case one of each remaining duplicate after.

andrew commented 5 months ago

2275 dupes still to clean up