Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper 7.1 Solution Analysis False Errors

Tags:

In our VS2012 web project we are getting hundreds of errors reported by Resharper, but the software builds and compiles fine.

How do I get resharper to correctly identify the fact that the solution is actually fine.

All the errors are about properties on classes are not found.

I have tried cleaning the solution and forcing Resharper to re-analyze.

like image 976
Ian Vink Avatar asked Sep 19 '13 22:09

Ian Vink


1 Answers

Go to Tools -> Options -> ReSharper -> Options -> General and click Clear Caches. Click Cancel and then in the ReSharper options window click Suspend Now and after that click Resume button.

This way you'll clear the corrupt cache and restart the ReSharper.

like image 184
Kimi Avatar answered Sep 21 '22 15:09

Kimi