microsoft / devhomegithubextension

Dev Home GitHub Extension
MIT License
284 stars 45 forks source link

Upgrade Octokit to v10.0.0 #357

Closed AgneLukoseviciute closed 8 months ago

AgneLukoseviciute commented 8 months ago

Summary of the pull request

We're seeing lots of exceptions in the data manager due to an issue in Octokit.

"the core issue is that Octokit uses int for Id, where the maximum is 2,147,483,647, and the GitHub issue ID has just surpassed that number, causing deserialization to fail." this PR should have fixed it: Change "IssueId" to long by Leh2 · Pull Request #2890 · octokit/octokit.net · GitHub and it's included in the v10.0.0 release.

Validation steps performed

PR checklist