Forum member

codedevote

5 posts

Posts by codedevote

  1. Debugger visualizers not working anymore after update to 3.22.1

    Ok, I understand. I will try again over the weekend to create a sample that reproduces the issue. If that doesn't work, I will have to workaround the issue until the version arrives, that uses the new pdb format. Thanks for your help so far.

  2. Debugger visualizers not working anymore after update to 3.22.1

    Yes, the broken areas of the test class are all async methods. The dummy test I added stops working, if I turn it into an async method returning a task and adding a Task.Delay(100) to the method body. I tried for 2 hours to create a repro, but I am unable to reproduce the phenomen in the repro proje…

  3. Debugger visualizers not working anymore after update to 3.22.1

    Hi Remco, .NET version of test projects is .NET 4.7.2, projects referenced by test project are either 4.7.2 or netstandard2.0. I tried all tests within the class and none of those showed the tooltips during debugging. I tried another test class from the same project and there it worked. I then…

  4. Debugger visualizers not working anymore after update to 3.22.1

    Hi, thanks for your quick reply. Talking about debug visualizations I mean the variable tooltips that you get when hovering the mouse over your code. Adding a quickwatch or a watch for a variable results in "error CS0103: The name 'variableNameHere' does not exist in the current context" bein…

  5. Debugger visualizers not working anymore after update to 3.22.1

    Hi, I updated to 3.22.1 and now debugger visualizations aren't working anymore. They do work when e.g. using VS test runner to debug a test, so I assume it's not an obvious VS issue. I nevertheless ran a VS "Repair" installation, which didn't help either. All test were running fine with the last …