为什么Visual Studio 2017中的错误列表没有显示所有错误,我们如何解决?

时间:2017-10-19 20:03:26

标签: visual-studio visual-studio-2017

我有两个同事刚刚安装了Visual Studio 2017.在某些解决方案中,他们在重建或运行解决方案时没有在错误列表中看到错误。所有这些解决方案最初都是在Visual Studio 2015中创建的;不知道这是否重要。在“输出”选项卡上,他们可以看到错误以及警告,但是当他们转到“错误列表”选项卡时,它会显示0个错误。我找到了其他人遇到此问题的示例,但无法找到任何解决方案:

https://developercommunity.visualstudio.com/content/problem/130531/error-list-does-not-show-all-errors.html

https://developercommunity.visualstudio.com/content/problem/17823/build-failing-error-not-showing-in-error-list-wind.html

https://developercommunity.visualstudio.com/content/problem/44541/error-list-still-not-working.html

如何获取错误列表以便再次显示错误?

1 个答案:

答案 0 :(得分:0)

我经历了类似的事情,但就我而言,这是我的错。 在错误列表的顶部,有一个组合框。 就我而言,它处于“仅构建”状态,但是为了查看所有错误,请将其切换为“ Build + IntelliSense”。也许这个简单的解决方案可能对您有所帮助。 在VisualStudio论坛中,他们建议您禁用轻量级解决方案: https://developercommunity.visualstudio.com/content/problem/26498/erorr-list-not-updating.html