Code Coverage Results periodically gives: Empty results generated

后端 未结 8 1079
温柔的废话
温柔的废话 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 was also facing the same issue and tried out all the above options but it did not work for me.

    I could solve this problem only after creating full debug information. The settings for full debug information may vary from version to version. As I am using MSVS 2017, in the build menu there is a submenu which allows to have the full debug version.

    I hope this will help others as well.

提交回复
热议问题