[ https://issues.apache.org/jira/browse/TINKERPOP-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17777914#comment-17777914 ]
ASF GitHub Bot commented on TINKERPOP-2995: ------------------------------------------- ryn5 commented on code in PR #2299: URL: https://github.com/apache/tinkerpop/pull/2299#discussion_r1367390500 ########## gremlin-dotnet/example/example.csproj: ########## @@ -0,0 +1,14 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>net7.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="Gremlin.Net" Version="3.7.0" /> Review Comment: I'm thinking it might be fine to let Dependabot handle it since the examples are quite simple and would probably still work with future updates. We could maybe implement tests that execute during the maven build at some point to catch breaking changes, which would avoid adding extra overhead for release managers. > Create Sample Applications in each GLV > -------------------------------------- > > Key: TINKERPOP-2995 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2995 > Project: TinkerPop > Issue Type: Improvement > Components: dotnet, go, javascript, python > Affects Versions: 3.5.7 > Reporter: Yang Xia > Priority: Major > > It would be great to have working example applications for each GLV, with > basic traversal examples and common connection settings. > Currently we have an `example.py` for python, but it is very minimal. There > is also an `example.go` for golang, but that appears to be outdated. As far > as I know, dotnet only has templates and javascript doesn't have any examples > at all. -- This message was sent by Atlassian Jira (v8.20.10#820010)