You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JsonException: The JSON value could not be converted to System.Int32. Path: $ | LineNumber: 0 | BytePositionInLine: 11. FormatException: Either the JSON value is not in a supported format, or is out of bounds for an Int32.
Because workflow runs are far bigger than int.MaxValue
So GitHub.Models.WorkflowRun field Id needs to be updated to long and so does the query paramater anywhere that a GitHub Workflow Run is requested by ID
Versions
octokit/dotnet-sdk:v0.0.31, .NET 8
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀
What happened?
throws
Because workflow runs are far bigger than int.MaxValue
So
GitHub.Models.WorkflowRun
fieldId
needs to be updated tolong
and so does the query paramater anywhere that a GitHub Workflow Run is requested by IDVersions
octokit/dotnet-sdk:v0.0.31, .NET 8
Code of Conduct
The text was updated successfully, but these errors were encountered: