Code Coverage Results periodically gives: Empty results generated

后端 未结 8 1115
温柔的废话
温柔的废话 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:36

    This link solved my issue: Issue with Code Coverage in VS 2012

    Close Visual Studio 2012, find the .suo file, delete (or rename) it, restart. Worked fine. No idea what is in the .suo file that prevented proper coverage analysis.

提交回复
热议问题