Toggle Resharper code analysis with C# 3.0
Since Resharper will not support C# 3.0 features until next year and I do not like working in Visual Studio without Resharper, I was happy when I ran across this post by Jeffrey Palermo: http://codebetter.com/blogs/jeffrey.palermo/archive/2007/11/28/temporarily-disable-code-analysis-for-single-code-file-with-resharper-3-0-2-and-vs-2008.aspx. This is a good workaround for allow the annoying error highlights of correct C# 3.0 code. Now if someone could combine this with a macro to toggle between Visual Studio and Resharper Intellisense, we would have the ideal workaround until 4.0 EAP.