Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/729
The .net build is failing:
```text
Process/Traversal/GraphTraversal.cs(500,36): error CS0246: The type or
namespace name 'Double' could not be found (are you missing a using directive
or an assembly reference?)
[/usr/src/tinkerpop/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj]
Process/Traversal/__.cs(414,46): error CS0246: The type or namespace name
'Double' could not be found (are you missing a using directive or an assembly
reference?)
[/usr/src/tinkerpop/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj]
```
---