Github user jorgebay commented on the issue:
https://github.com/apache/tinkerpop/pull/719
dotnet tests pass on docker ð
Relevant lines:
```
Test run for
/usr/src/tinkerpop/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/bin/Release/netcoreapp1.0/Gremlin.Net.IntegrationTest.dll(.NETCoreApp,Version=v1.0)
Microsoft (R) Test Execution Command Line Tool Version 15.0.0.0
Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
[xUnit.net 00:00:00.8446945] Discovering: Gremlin.Net.IntegrationTest
[xUnit.net 00:00:01.0599920] Discovered: Gremlin.Net.IntegrationTest
[xUnit.net 00:00:01.1216217] Starting: Gremlin.Net.IntegrationTest
[xUnit.net 00:00:03.0767841] Finished: Gremlin.Net.IntegrationTest
Total tests: 77. Passed: 77. Failed: 0. Skipped: 0.
Test Run Successful.
Test execution time: 4.1080 Seconds
Build started, please wait...
Build completed.
Test run for
/usr/src/tinkerpop/gremlin-dotnet/test/Gremlin.Net.UnitTest/bin/Release/netcoreapp1.0/Gremlin.Net.UnitTest.dll(.NETCoreApp,Version=v1.0)
Microsoft (R) Test Execution Command Line Tool Version 15.0.0.0
Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
[xUnit.net 00:00:00.7192188] Discovering: Gremlin.Net.UnitTest
[xUnit.net 00:00:00.9493505] Discovered: Gremlin.Net.UnitTest
[xUnit.net 00:00:01.0271298] Starting: Gremlin.Net.UnitTest
[xUnit.net 00:00:02.1334540] Finished: Gremlin.Net.UnitTest
Total tests: 131. Passed: 131. Failed: 0. Skipped: 0.
Test Run Successful.
Test execution time: 2.9851 Seconds
```
VOTE: +1
---