tags:

views:

311

answers:

3

Hi,

is it possible to disable resharper from running for a given vs.net solution?

+2  A: 

This thread may help you: http://www.jetbrains.net/devnet/thread/213878

Andrew Siemer
+4  A: 

Go to the Resharper Menu -> Options -> Settings -> Advanced -> Add your Solution Folder

That'll set it to ignore all files and folders in that location.

Brandon
That will only ignore the files for code analysis, the intellisense still processes the files.
Andrew Barrett
+1  A: 

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.

Andrew Barrett

related questions