[
https://issues.apache.org/jira/browse/TINKERPOP-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16473531#comment-16473531
]
ASF GitHub Bot commented on TINKERPOP-1836:
-------------------------------------------
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.
----
> .NET sample project
> -------------------
>
> Key: TINKERPOP-1836
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1836
> Project: TinkerPop
> Issue Type: Improvement
> Components: dotnet
> Affects Versions: 3.2.6
> Reporter: stephen mallette
> Assignee: Florian Hockmann
> Priority: Minor
>
> Create a sample project that can help get users started with .NET and
> Gremlin. Should probably be added to the series of gremlin-archetype
> projects. It seems .NET already has something analogous to archetypes with
> "dotnet templates". I'm not sure how those work or are
> built/deployed/distributed but we would probably want to ensure that those
> aspects are somehow still handled by maven if we can.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)