We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Trying to get latest deployments from a dashboard the following code throws error An item with same key has already been added.
An item with same key has already been added.
var dash = _octo.Dashboards.GetDashboard(); var envs = _octo.Environments.GetAll().ToDictionary(x => x.Id); var deploymentIds = dash.Items.Select(x => x.DeploymentId).Distinct().ToArray(); var deps = _octo.Deployments.Get(deploymentIds);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to get latest deployments from a dashboard the following code throws error
An item with same key has already been added.
The text was updated successfully, but these errors were encountered: