You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2024/01/31 12:17:00 UTC

[jira] [Commented] (TINKERPOP-3030) Update to .NET 8

    [ https://issues.apache.org/jira/browse/TINKERPOP-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17812685#comment-17812685 ] 

ASF GitHub Bot commented on TINKERPOP-3030:
-------------------------------------------

FlorianHockmann opened a new pull request, #2468:
URL: https://github.com/apache/tinkerpop/pull/2468

   https://issues.apache.org/jira/browse/TINKERPOP-3030
   
   I've also noticed that the examples used camel casing for some method names which I switched to pascal casing to stay idiomatic in C#.
   
   I had to update the Docker image to Ubuntu 20.04 because .NET 8 is not available for Ubuntu 18.04. Since 18.04 is out of support since June already, this update makes sense in general [1].
   I verified that the Docker build is still working with:
   ```sh
   ./docker/build.sh --dotnet
   ```
   
   VOTE +1
   
   [1]: https://wiki.ubuntu.com/Releases




> Update to .NET 8
> ----------------
>
>                 Key: TINKERPOP-3030
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-3030
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: dotnet
>    Affects Versions: 3.5.8, 3.6.6, 3.7.1
>            Reporter: Florian Hockmann
>            Assignee: Florian Hockmann
>            Priority: Minor
>
> .NET 8 is now the latest LTS release so we should update to it.
> We need to do that on all release branches so contributors only need to have one version of .NET installed on their systems.
> This also means that we test by default with .NET 8 which would have shown problems like the one described in TINKERPOP-3029.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)