-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ThrowInt32OverflowException on Issue.Events.GetAllForRepository #2031
Comments
This is the problem property: octokit.net/Octokit/Models/Response/IssueEvent.cs Lines 26 to 29 in 74dc51a
And much like we did in #1940, changing it to a |
I'd like to contribute, forked. |
Hi @shiftkey, I've got a question. When we change that model from
This does then also break those interfaces it calls. Shall I follow the chain down and change the interfaces and implementations to accept longs etc.? Let me know - I'll create a PR by following the chain all the way for the longs. |
Yeah, we're gonna have to break those cases too. |
- Updated Model with long Id - Fixed tests - Updated IssuesClient and interface - Updated IssuesEventsClient and interface
I'm running into this issue as well, is there an ETA for a fix? |
Closing this out as I believe this has been fixed in #2060 and is now available on NuGet. |
Using octokit 0.36.0
The following code causes an exception:
The text was updated successfully, but these errors were encountered: