Gremlin.Net.CosmosDb icon indicating copy to clipboard operation
Gremlin.Net.CosmosDb copied to clipboard

Question: Debugging strange behavior

Open gonzalolorieto opened this issue 5 years ago • 0 comments

Hi all,

In the process of migrating from Microsoft.Azure.Graphs and testing it, we found that we couldn't debug properly.

When inspecting (Visual Studio Quickwatch feature) variables, like a vertex, shows this error:

error CS0012: The type 'Vertex' is defined in an assembly that is not referenced. You must add a reference to assembly 'Gremlin.Net.CosmosDb, Version=0.3.4.4, Culture=neutral, PublicKeyToken=670a5a4412608667'.

Quick google search, the "solution" is to enable Debug - Options - General - Use the legacy C# and VB expression evaluator (which would be deprecated soon).

Is this a expected behavior? Are any known workarounds?

Thanks in advance.

gonzalolorieto avatar May 06 '19 17:05 gonzalolorieto