Resharper 2019.1 is showing a lot more "errors" - like unused variables/obsolete
I upgraded to 2019.1 yesterday, and now the full code analysis is showing some things as "errors" which were not errors before, such as using obsolete properties/methods, and unused variables. Any idea what's going on, how to tell Resharper these shouldn't be treated as errors?
Please sign in to leave a comment.
Hello Nicholas!
Thank you for the feedback.
Could you please specify if the problem is reproduced in some specific solution or in newly created also?
Thank you.
Angelina,
If I understand your question correctly -- this is happening in a solution that I was using before I upgraded to 2019.1 - and it was showing 0 errors. After the upgrade, it now shows many (100+) errors - but they're things that should not be counted as errors (and I have them set as warnings in Resharper settings). I've tried clearing my Resharper cache and such, but it does not make a difference.
Thank you for the reply, Nicholas.
Could you please also try clearing %localappdata%/JetBrains/Transient folder.
If that doesn't help please run Visual Studio with the following command line: 'devenv /ReSharper.LogFile C:\resharper_log.txt /ReSharper.LogLevel Verbose', reproduce the issue and send us a corresponding 'resharper_log.txt' file. You can do it privately via 'Submit a request' form.
Thank you.