Gremlin.Net.CosmosDb
Gremlin.Net.CosmosDb copied to clipboard
Question: Debugging strange behavior
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.