ArangoDB-Community / arangodb-net-standard

A consistent, comprehensive, minimal interface to enable .NET applications to use the complete range of features exposed by the ArangoDB REST API.
Apache License 2.0
76 stars 30 forks source link

Deserialization exception on IndexApiClient.PostInvertedIndexAsync #443

Closed t0kido closed 1 year ago

t0kido commented 1 year ago

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

https://github.com/ArangoDB-Community/arangodb-net-standard/blob/cd9dacc928bb84119270367034bf13c889c1dd96/arangodb-net-standard/IndexApi/Models/IndexResponseBase.cs#L15

tjoubert commented 1 year ago

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

t0kido commented 1 year ago

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