Nick Floyd
Nick Floyd
Yeah I just verified. It looks like we are missing the format attribute for that OpenAPI definition. I'm going to see if I can get an idea of how many...
Just a quick follow up. I have found about 68 OpenAPI components that should have an Int64 formatter but do not. This means that there is a possibility that there...
We have determine that the following resources from the GitHub REST API are at risk of overflow issues. Some have been addressed, we'll need to see if there are other...
This #2941 should cover the remaining fields that were defined as`int` - that needed to be `long`.
Apologies... I should've clarified. Deployments and environments had already been covered (including updating repository Id in those method signatures). The items listed above represent resources where the OpenAPI definitions were...
Thanks for the catch @martincostello & @jessehouwing - not sure how I missed it but I did, thanks for helping to round out the corners on this. I'm going to...
Just an FYI: I found the flaw in my analysis scripts. I was only looking at migrations - where ids shifted from `int32` to `int64` I completely left out the...
The [PR](https://github.com/octokit/octokit.net/pull/2941) should be good to go now... this should hopefully cover all areas above.
I've got one more round of changes to octokit.net before I close this out. It will handle two thing: 1. Any nonstandardized named parameter like what @joscol [found](https://github.com/octokit/octokit.net/issues/2927#issuecomment-2196971026) 2. Any...
@alejndr0 Thx for the updates... I am looking at this now and will get it reviewed and hopefully released this morning.