Sonarqube is not registering any c# issues

后端 未结 3 2030
温柔的废话
温柔的废话 2020-12-18 03:52

Since last Friday (04/01/2016) we are using sonarqube in our company. Somehow one of our project\'s issues got all closed (without actually being fixed). And now the project

3条回答
  •  庸人自扰
    2020-12-18 04:17

    Thanks to @fluf we found out that the install of visual studio 2015 update 2 caused these problems.

    What the root issue is here is still unkown, but its working now.

    Workaround: Remove the update 2 installation of visual studio 2015 and replace it with either the update 1 or the one without the updates. Both work well enough to preform the builds en generate the code coverage files in TFS.

提交回复
热议问题