[
https://issues.apache.org/jira/browse/TINKERPOP-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16039264#comment-16039264
]
ASF GitHub Bot commented on TINKERPOP-1552:
-------------------------------------------
GitHub user FlorianHockmann opened a pull request:
https://github.com/apache/tinkerpop/pull/619
Tinkerpop 1552 Reorganize Gremlin-DotNet project
https://issues.apache.org/jira/browse/TINKERPOP-1552
I merged the formerly three .NET projects into just one as discussed in
TINKERPOP-1552. The new structure looks like this:
```
gremlin-dotnet (maven module level)
src
Gremlin.Net (C# project)
Driver
Process
Structure
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/FlorianHockmann/tinkerpop TINKERPOP-1552
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/619.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #619
----
commit a8af4c8926a508c6bd423e09c578c0974db0e2fd
Author: Florian Hockmann <[email protected]>
Date: 2017-06-06T15:41:10Z
Reorganize Gremlin-DotNet
This merges the formerly three .NET projects into just one: Gremlin.Net.
For more information see the discussion in TINKERPOP-1552.
commit db8181c96d2f6f217c06972cec32b3565505f662
Author: Florian Hockmann <[email protected]>
Date: 2017-06-06T15:50:55Z
Rename gremlin-csharp-generator to gremlin-dotnet-generator
commit 02e94ce408a665084cc43d551d824d67d610036c
Author: Florian Hockmann <[email protected]>
Date: 2017-06-06T17:03:09Z
Fix method reference in XML comment
----
> C# Gremlin Language Variant
> ---------------------------
>
> Key: TINKERPOP-1552
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1552
> Project: TinkerPop
> Issue Type: Improvement
> Components: language-variant
> Affects Versions: 3.2.3
> Reporter: Jorge Bay
> Assignee: stephen mallette
>
> It would be nice to have a C# GLV that runs under .NET Framework 4.5+ and
> .NET Core.
> The maven build could use the Exec Maven Plugin to exec .NET Core's [dotnet
> test|https://www.microsoft.com/net/core#macos] command.
> Some requirements, from the mailing list (edited):
> {quote}
> 1. The GLV should keep in line with class/method names of the java API
> where possible to ensure consistency of feel across languages.
> 2. There needs to be adequate tests (we're still discussing the approach to
> testing GLVs and i think that needs to be tackled sooner than later as more
> GLVs start to come in). Those tests should produce xunit style output
> unless there is some good reason not to.
> 3. There needs to be adequate documentation (e.g. Reference docs)
> 4. The build/deploy process needs to be bound to maven which might be one of
> the trickier bits to deal with.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)