[
https://issues.apache.org/jira/browse/TINKERPOP-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17469381#comment-17469381
]
ASF GitHub Bot commented on TINKERPOP-2651:
-------------------------------------------
FlorianHockmann opened a new pull request #1538:
URL: https://github.com/apache/tinkerpop/pull/1538
https://issues.apache.org/jira/browse/TINKERPOP-2651
Note that this only affects our build process and the Gremlin.Net.Template.
Users of Gremlin.Net will not be affected by this change as that still targets
.NET Standard 2.0 (and additionally .NET Standard 1.3 in `3.4-dev`).
This does not necessarily have to be merged before code freeze for
3.4.13/3.5.2/3.6.0. I'm just opening the PR now as I have the contribution
ready, but I can also simply retarget this on `3.5-dev` if we don't get it
merged before code freeze.
I verified that the Docker build also still works with `docker/build.sh -t`.
VOTE +1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> Update to .NET 6
> ----------------
>
> Key: TINKERPOP-2651
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2651
> Project: TinkerPop
> Issue Type: Improvement
> Components: dotnet
> Affects Versions: 3.4.12, 3.5.1
> Reporter: Florian Hockmann
> Priority: Minor
>
> [.NET 6 was released on November
> 8|https://devblogs.microsoft.com/dotnet/announcing-net-6/] and it is now the
> latest LTS release.
> This includes (at least) updates in these places:
> * the Docker build
> * GH Actions
> * Updating the Gremlin.Net.Template
> * the contributing docs
> We need to do that on all release branches so contributors only need to have
> one version of .NET installed on their systems.
> We can optionally also improve the codebase by using newer language features
> as a part of this.
> This will also enable us to add support for nullable annotations / checks:
> TINKERPOP-2348.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)