Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper - turn off solution wide analysis

Tags:

resharper

I want to turn it off completely and not get any solution-wide hints. I only see where I can pause I but can't find an answer for turning it off.

like image 650
drogon Avatar asked Feb 15 '12 04:02

drogon


People also ask

How do I optimize ReSharper?

Open Visual Studio options (Tools | Options) and configure the preferences as follows: Environment | General: disable Automatically adjust visual experience based on client performance, disable Enable rich client visual experience, enable Use hardware graphics acceleration if available.

How do I run a ReSharper code analysis?

ReSharper helps you resolve most of the discovered code issues automatically. All you need is to press Alt+Enter when the caret is on a code issue highlighted in the editor and check the suggested quick-fixes.

In which form JetBrains ReSharper presents all issues and errors?

ReSharper is capable of detecting errors not only in plain C# or VB.NET code, but in ASP.NET code-behind files, references in markup files, and ASP.NET MVC calls.


1 Answers

In Resharper 5.1, turn it off by unchecking the 'Analyze errors in whole solution' under ReSharper->Options->Code Inspection->Settings

enter image description here

You can also turn it off by right clicking on the green analysis circle (bottom right of Visual Studio) and select 'Analyse Errors in Solution'.

like image 94
Piers Myers Avatar answered Sep 20 '22 20:09

Piers Myers