how to reanalyze the solution?

I've just checked out a solution from Subversion and ReSharper is telling me it has 191 files with errors. In fact, it builds perfectly.

Most of its issues appear to be 'Unknown symbol' ones, where it doesn't recognise namespaces or class names. Looking through the errors, at least it seems to be consistent about which ones it doesn't recognise.

Since ReSharper is completely wrong about this, is there a way I can tell it to start the analysis all over again, in the hope it will get it right this time?


In the main menu bar, go to ReSharper>Windows>Solution Errors Window. This will bring up the window that shows all errors ReSharper has found. In this window's toolbar there should be a Reanalyze Files with Errors button. Clicking that should refresh ReSharper.

链接地址: http://www.djcxy.com/p/46378.html

上一篇: 确定页面在兼容模式下呈现的原因?

下一篇: 如何重新分析解决方案?