raoof hojat
raoof hojat
client does not doesn't support polymorphism yet, but like `_t discriminator field` in mongodb, client have a '$type' filed that is supported by json.net for the polymorphism, it is used...
sorry about the delay, no i did not but i will as soon as i add support for the .NET CORE
@endeffects sure will do, just give me couple a days so I can clear my schedule
@isen-ng sorry for late response, unfortunately name resolving for generic types are not handled, this should be fixed in next versions
@jinhong- if you mean an action that receive's collection type as its argument, unfortunately there is not such method available yet, but i will consider it on next versions.
@LadislavBohm sorry for the late response, currently I am rewriting the whole configuration part, I will try to implement all method's in generic and non-generic(with type as argument)
@isen-ng sorry for the late response, you are right `BaseResult` could be member of `ArangoServerException` so users can decide what to do next base on the error
@imtrobin `ArangoDatabase` is not meant to be `ThreadSafe`, you should create new instance for each request(or few request) 1. `ArangoDatabase` is responsible for change tracking, so if you create only...
@imtrobin why `ChangeSetting/FindSetting` is not thread safe?
@imtrobin for each httpclient instance an underlying tcp connection will be used, therefore if we use multiple httpclient instance then multiple tcp handshake will happen for creating new tcp connection....