Hi,
is it possible to disable resharper from running for a given vs.net solution?
Hi,
is it possible to disable resharper from running for a given vs.net solution?
This thread may help you: http://www.jetbrains.net/devnet/thread/213878
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.
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.