[
https://issues.apache.org/jira/browse/TINKERPOP-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette updated TINKERPOP-2378:
----------------------------------------
Fix Version/s: (was: 3.5.0)
> 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: Improvement
> Components: dotnet
> Affects Versions: 3.4.6
> Reporter: Dzmitry.Lahoda
> Priority: Minor
> Labels: c#, dot_net, dsl, generator
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> 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)