-
Notifications
You must be signed in to change notification settings - Fork 33
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
Change all applicable IDs from int to long #30
Comments
I suspect you've raised this now for the same reason I have suddenly found it important, but just to document, for posterity if nothing else: |
Anytime an issue webhook event has a label, the Obviously this applies to more than just the |
Migrates all integer types from `int` (32-bit) to `long` (64-bit). Could I be a bit more directed with these changes? Probably. But the it's simpler and easier to migrate all `int`s to `long`s rather than debate how large a specific ID is going to be. Closes #30 References: - #30 - octokit/octokit.net#2351 - octokit/octokit.net#2352 - https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/integral-numeric-types
@moodymatt you're right. I haven't had much time recently to dedicate to maintenance here, but I opened a quick PR at #38. |
@JamieMagee awesome work and thanks for the quick response! I'll keep an eye out for the PR completing and update my references to the latest version of the SDK once all the checks have passed and its been merged down. |
See:
The text was updated successfully, but these errors were encountered: