Dzmitry.Lahoda created TINKERPOP-2378:
-----------------------------------------
Summary: Make C# DSL to be more closer to standard (lower case
extensions)
Key: TINKERPOP-2378
URL: https://issues.apache.org/jira/browse/TINKERPOP-2378
Project: TinkerPop
Issue Type: Bug
Components: dotnet
Affects Versions: 3.4.6
Reporter: Dzmitry.Lahoda
Fix For: 3.5.0
Usually, I prototype queries via gremlin console or azure cosmos console. I use
first small letter in traversal steps. For example, 'outE`. Porting to strongly
typed DSL requires to update all lower case steps into upper. Like, 'OutE`. It
is very tedious process. Could we have `outE` and `OutE` projections for C#? It
would make my life much more pleasant and C# closer to Gremlin standard. All
such cases of differences do apply. C# has extensions and static using and case
sensitive and dynamic. So most stuff in place to make C# to Groovy almost one
to one.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)