ArangoDB-NET
ArangoDB-NET copied to clipboard
C#/.NET/Mono driver for ArangoDB
Hi..do we have a roadmap to support .Net Core framework https://www.microsoft.com/net/core#windows Tried to compile against the .Net Core its breaking due to DATSET usage in fastJSON https://github.com/yojimbo87/ArangoDB-NET/tree/master/src/Arango/Arango.Client/ExternalLibraries/fastJSON PS: DATSET is...
"Type" was being sent as a string ("Document"/"Edge") instead of integers ("2"/"3") when a collection is created. This caused collections to always be created as document collections. I picked this...
Hi, I would like to add the distributeShardsLike property to the ACollection class. This is as per the [Graphs->Pregel documentation](https://docs.arangodb.com/3.2/Manual/Graphs/Pregel/#requirements-for-collections-in-a-cluster-non-smart-graph). I will make this parameter option as per other optional...
Hi, can you modify the fluent API to allow specifying the distributeShardsLike property. This will help with scaling edge collections.
Hello. I have encountered the following error when trying to access the driver at the run-time: **Could not load file or assembly Árango.Client' or one of its dependencies. A strongly-named...
Hello. Currently, I see that the library supports only Basic Authentication. Do you plan to add Windows Authentication support through NetworkCredential? Thanks, Alex.
can't see any way to work with class hierarchies. For example, let's say I had an `Animal` class, and `Dog` and `Cat` subclasses. Working with MongoDB I'd create an `Animal`...
LINQ?
Any support for LINQ planned?
I have added support for specifying numberOfShards and shardKeys when creating a collection. I have also implemented the Collection.Properties() method to retrieve collection properties from an existing collection. Additionally I...