Hi @jfullmer_7346,
It's nothing you did.
The underlying issue is that a bug in ProGet allowed WinSCP (ID=563)
to be added to the PackageNameIds table; that should never have happened since nuget
is case insensitive. We've since fixed that bug.
However, once you have a duplicate name, weird things happen since querying for "give me the PackageID for nuget://winscp
" returns two results instead of one. So now when you query "give me the VersionID for (ID=563)-v6.5.3
", a new entry is created.
This has been a very long-standing issue, but there aren't any major consequences to these "weird things" except casing in the UI and the health check now fails.
But we're on it :)
Thanks,
Alana