Skip to content

Deserialization exception on IndexApiClient.PostInvertedIndexAsync #443

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

Closed
t0kido opened this issue Nov 24, 2022 · 2 comments · Fixed by #454
Closed

Deserialization exception on IndexApiClient.PostInvertedIndexAsync #443

t0kido opened this issue Nov 24, 2022 · 2 comments · Fixed by #454
Assignees
Labels
breaking change Identify issues that contain a breaking change for existing consumer code bug Something isn't working

Comments

@t0kido
Copy link

t0kido commented Nov 24, 2022

Deserialization to IndexResponseBase from a IndexApiClient.PostInvertedIndexAsync throw a deserialization exception cause the response return a "Fields" object instead of : IEnumerable Fields :

public IEnumerable<string> Fields { get; set; }

@tjoubert
Copy link
Contributor

Hi @t0kido, with which version of ArangoDB are you getting this error?

@tjoubert tjoubert self-assigned this Dec 20, 2022
@tjoubert tjoubert added the bug Something isn't working label Dec 21, 2022
@tjoubert tjoubert linked a pull request Dec 21, 2022 that will close this issue
@t0kido
Copy link
Author

t0kido commented Dec 27, 2022

Hello, sorry for the late answer, its 3.10 and 3.10.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Identify issues that contain a breaking change for existing consumer code bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants