Mark Young

Results 3 comments of Mark Young

Nice work on the docs, and agree about everything you've stated about concurrency. 👍 I had raised this issue because it was a new error showing up inside our logs...

Hi, The code that's causing the issue is: https://github.com/xunit/visualstudio.xunit/blob/main/src/xunit.runner.visualstudio/VsTestRunner.cs#L691 where the VsTestRunner iterates through every type in every dll in the path attempting to find reporters. The local change I...

Note in the issue mentioned above (if I get time I'll work up a PR), the fix shouldn't require Visual Studio - its inside the visualstudio.xunit project. I notice that...