Closed SayAndrei closed 1 year ago
This is a great catch @SayAndrei we'll update our code generator tool for the .NET types to use [IgnoreDataMember]
to avoid the double encode which is done by the parser. Thanks 🙏
We released a new client that should resolve this issue.
Hey!
WriteStorageObjectsAsync makes request with JSON payload, that contains
Objects
andobjects
fields with the same content due to incorrect ApiWriteStorageObjectsRequest class definition:Actual payload looks like:
It causes useless data transfer and parsing for client and server.