Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you disable ReSharper for a VS.net solution?

Tags:

resharper

Is it possible to disable ReSharper from running for a given vs.net solution?

like image 219
mrblah Avatar asked Jul 21 '09 21:07

mrblah


People also ask

How do I know if ReSharper is enabled?

Check if "JetBrains ReSharper" extensions is available at the VS' Extensions | Manage Extensions | Installed but disabled. Enable it back, if so.

How do I change my ReSharper settings?

To configure the main set of ReSharper preferencesIn the Visual Studio menu, choose ReSharper | Options. In the Options dialog that appears, select a node in the left pane and configure settings in the right pane. Use the search box in the left top corner to find a specific preference.


1 Answers

If you start VS with the /safemode flag it disables resharper. I just had to do that then, we have a project with 241 MB of generated code (don't ask!) and that was the only way I could coax VS2008 to link it without bailing.

like image 109
Andrew Barrett Avatar answered Sep 21 '22 15:09

Andrew Barrett