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
Post a Comment