debugging - Visual Studio debugger doesn't recognize any usings -


when i'm debugging in visual studio, can no longer evaluate static isn't qualified. hovering on field, watch window, , immediate window broken.

i error the name ___ not exist in current context.

i can fix if specify full namespace in watch, can't work extensions methods or if want hover on item in code.

it's debugger no longer sees of usings in current context. every , work, of time have type full namespace debugger find whatever want evaluate.

i hoping vs2015 fix it, doesn't.

this due fody. stopped using fody , fixed issue.


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -