You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: