Closed t0kido closed 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
Hi @t0kido, with which version of ArangoDB are you getting this error?
Hello, sorry for the late answer, its 3.10 and 3.10.2
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