Disable all Resharper warnings with a comment
According to this blog post on the JetBrains blog, in ReSharper 8 there will be a single comment that can disable ReSharper warnings in a file.
It will be
// ReSharper disable All
Note: The "All" is case-sensitive, the rest is not.
You can press Ctrl + Shift + Alt + 8 to disable analyses and highlightings in the current file.