Is there a way to disable ReSharper for a specific file?
问题 I want to tell ReSharper to ignore a few files in my project. Some of them are just too large (they contain canned test data). Some of them are just confusing it (with a mishmash of Silverlight and .NET code). Is there a way to do this by putting a comment at the top of the file? However it's done, it needs to be persistent (i.e. can be checked in), and per-file. I found this, but it doesn't appear to be persisted. 回答1: In order to skip inspections in some files or folders go to ReSharper |