I'm not sure I'm following what the problem exactly is. > C# preventing static import of Traversal in some cases mistaking it for a > package name
But all you have to statically import is the class which is `Gremlin.Net.Process.Traversal.AnonymousTraversalSource` (taken from your changes in this PR). So, why doesn't it work if the method is named `Traversal`? I just renamed `Traversal_()` locally to `Traversal()` and didn't run into any problems. In general, I would also like to avoid a workaround like `Traversal_()` if possible. [ Full content available at: https://github.com/apache/tinkerpop/pull/968 ] This message was relayed via gitbox.apache.org for [email protected]
