Disable all Resharper warnings with a comment
Is there a way to disable all Resharper warnings for a file or section of code with a single comment? I'm trying to create some coding exercises for interviewing potential candidates, and the Resharper warnings give away the problem I want the candidate to spot :P Suppressing the specific warning still makes it obvious what the problem is. I still want to have Resharper available during the interview, I just want the candidate to spot this problem without Resharper spoiling the fun. edit : Sorry I'll try to be more clear about what I'm after. I don't want to permanently disable a particular