coronabytes / dotnet-arangodb

.NET Driver for ArangoDB
Apache License 2.0
66 stars 18 forks source link

Traversal options suppert #37

Closed Gotothistour closed 2 years ago

Gotothistour commented 2 years ago

current version Traversal options on use linq does not work. I checked the source code,options suppert commented out. can be released a new version in nuget to repair it?

this is current version source code: if (traversalClause.Options != null) { // TODO: corona options //QueryText.AppendFormat(" options {0} ", new DocumentSerializer(Db).SerializeWithoutReader(traversalClause.Options.Value)); }