octokit / octokit.net

A GitHub API client library for .NET
https://octokitnet.readthedocs.io/en/latest/
MIT License
2.67k stars 1.07k forks source link

[BUG]: Query DeploymentEnvironments throws exception #2931

Closed jessehouwing closed 2 months ago

jessehouwing commented 3 months ago

What happened?

Same issue as: #2927

But for DeploymentEnvironments

image

Versions

v12

Relevant log output

No response

Code of Conduct

jessehouwing commented 3 months ago

It would be my guess that it makes sense to upgrade ALL int id to long id.

jessehouwing commented 3 months ago

No time for a PR yet, did a quick patch for only Environments:

https://github.com/globaldevopsexperience/octokit.net/commit/01a26b4026adaa944e20273f8c85a93399f9893a

martincostello commented 2 months ago

Looks like a dupe of #2893.

jessehouwing commented 2 months ago

Looks like it.