.. possibly a bit too niche a problem even for STW.
We are using VS2015 for development. Recently we have created a new solution with a couple of projects in, it uses Entity Framework V6 and a MySQL backend (don’t ask!). It’s a REST api written in C#.
When debugging and stepping through the code there are certain methods that following a Linq statement will no longer show you the values of the variables, no hoverover. If you try and watch the variables in the watch window you get “The name ‘ ‘ does not exist in the current context”, but it is in scope, it’s clearly in scope as you are in the method where it’s declared.
We’ve tried re-setting local settings (the main answer that comes up online), we’ve checked and it’s compiled in debug mode. We’ve tried various settings through the Options > Debugging settings, thing is it works for some and not for others, so it looks like a bug. Also, I tried the new RC of update 1 and that didn’t work either.
Anyone seen anything like this as well?
Yes it’s a straw and yes I’m grasping!