Code Coverage Results periodically gives: Empty results generated

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

    I modified the Property group associated with my debug environment so that it looks like this:

     
        OurProjectName.xml
        full
        true
      
    

    For my core.net 3.1 application running xUnit 2.4.1 this was the only thing that fixed it in visual studio 2019 preview.

提交回复
热议问题