Code Coverage Results periodically gives: Empty results generated

后端 未结 8 1031
温柔的废话
温柔的废话 2021-01-12 05:18

I\'ve run into a recurring problem with a few different projects using MSTest in VS2012, where every now and then my code coverage stops working (seemingly at random) and in

8条回答
  •  醉梦人生
    2021-01-12 05:27

    I just ran into this using Visual Studio 2019. The solution was to go to the "Test" menu item in VS and then update the Test -> Processor Architecture for AnyCPU Projects setting from X86 to X64.

提交回复
热议问题