Skip to content
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

SendCollection vs. SendPrimitiveCollection issue with generated Go code #3701

Closed
kfcampbell opened this issue Nov 13, 2023 · 1 comment
Closed
Assignees
Labels
Go type:bug A broken experience
Milestone

Comments

@kfcampbell
Copy link
Member

See octokit/source-generator#19.

When compiling generated Go code using GitHub's OpenAPI spec, there's a deterministic error with the meta versions endpoint: versions/versions_request_builder.go:46:152: undefined: i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.CreateDateOnlyFromDiscriminatorValue.

@baywet has peeked at this a little bit and thinks it might be due to a call to SendCollection when Kiota should generate a call to SendPrimitiveCollection.

Please let me know if I can provide any more information!

@github-project-automation github-project-automation bot moved this to Todo in Kiota Nov 13, 2023
@baywet baywet added type:bug A broken experience Go labels Nov 13, 2023
@baywet baywet added this to the Kiota v1.9 milestone Nov 13, 2023
@rkodev
Copy link
Contributor

rkodev commented Nov 30, 2023

Closing this as its a duplication of #3679

@rkodev rkodev closed this as completed Nov 30, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Kiota Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Go type:bug A broken experience
Projects
Archived in project
Development

No branches or pull requests

3 participants