Skip to content

Replace Bytecode with GremlinLang in .NET driver#3309

Open
xiazcy wants to merge 2 commits intodotnet-httpfrom
dotnet-gremlang
Open

Replace Bytecode with GremlinLang in .NET driver#3309
xiazcy wants to merge 2 commits intodotnet-httpfrom
dotnet-gremlang

Conversation

@xiazcy
Copy link
Contributor

@xiazcy xiazcy commented Feb 26, 2026

This PR replaces Bytecode with GremlinLang in the .NET Gremlin driver, aligning gremlin-dotnet with the 4.0 format already implemented in Java, Python, and Go.

3 new files were added, GremlinLang.cs, GValue.cs, and GremlinLangTests.cs. All files with Bytecode reference were replaced with GremlinLang. Bytecode specific files as well as all Groovy translator files were deleted.

Note this PR is opened against a feature branch for the 4.0 .NET driver, which will be merged into master after all components are completed. As well, current test are unit tests only, additional changes may be needed once HTTP protocol and serialization are properly implemented with Gherkin tests enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant