You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
gonzalolorieto
changed the title
Question: Debugging stange behavior
Question: Debugging strange behavior
May 6, 2019
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: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.
The text was updated successfully, but these errors were encountered: