Open agocke opened 11 months ago
The issue is that folks were complaining we were showing duplicate entries on dot.net since we never expect the same release to appear twice in the file. I'd need to investigate which key was causing the duplicate entry to show up and see if there's something we can do about it to work around it or define what's the right fix.
@rbhanda can you create a test PR with the info back so we can investigate this after the .NET 8 release?
I use the releases.json file to track and manage SDKs. In https://github.com/dotnet/core/commit/45092744234338d9b285d3741f0cfc7127d34a08 it looks like 8.0.100-rc.1.23455.8 was deleted, and 8.0.100-rc.1.23463.5 was added in its place.
This is wrong. After a release appears, it should never disappear. The old SDK should have appeared as a different, older release.
@rbhanda