GitHub user FlorianHockmann opened a pull request:

    https://github.com/apache/tinkerpop/pull/867

    TINKERPOP-1836 Add Gremlin.Net.Template project

    https://issues.apache.org/jira/browse/TINKERPOP-1836
    
    This adds a dotnet template that can be installed and then used to create a 
simple dotnet console application ready to be used together with a Gremlin 
Server.
    
    We need to release the template just like Gremlin.Net itself as a NuGet 
package to nuget.org.
    
    **IMPORTANT**: The Maven `package` now **requires Mono** when .NET should 
be built as it's not possible to pack dotnet templates without Nuget (`dotnet 
pack` doesn't work for this unfortunately).
    
    `./docker/build.sh -t -i` ran successfully until it failed due to some 
Giraph tests and the .NET projects were already built successfully. Since the 
Giraph tests are known to be flaky and we already deprecated Giraph, I didn't 
look further into that.
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1836

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/867.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 #867
    
----
commit 6969409e71406c3dad10bc359e1f009643508138
Author: Florian Hockmann <fh@...>
Date:   2018-05-13T15:52:36Z

    TINKERPOP-1836 Add Gremlin.Net.Template project
    
    This project is a dotnet template that can be installed and then used to
    create a simple dotnet console application ready to be used together
    with a Gremlin Server.

----


---

Reply via email to