ZeroK-RTS / Zero-K-Infrastructure

Website, lobby launcher and server, steam deployment, .NET based tools and other vital parts of Zero-K infrastructure
GNU General Public License v3.0
49 stars 51 forks source link

Update Octokit 10.0.0 -> 13.0.0 #2987

Closed Mankarse closed 6 days ago

Mankarse commented 1 week ago

Old Octokit versions used int rather than long for Comment.Id; which causes overflow error when parsing responses from the GitHub Comments API. See https://github.com/octokit/octokit.net/pull/2928

The impact of this is that ChobbyLauncher crashes when reporting a crash, and never brings the user to the GitHub page with the error report.