Defect? Inspector does not read ignored disable comments
I have an issue where I run the Inspector with code that is commented to disable a rule:
// ReSharper disable UnusedMember.Global public void UnusedMethod() // ReSharper restore UnusedMember.Global { }
The first time I run the inspector, it does not see the comments. Then I open the file and it reads the comments and removes the file from the list.
Is this intended behavior? Is there a plan to make it the inspector smarter?
Please sign in to leave a comment.
I am evaluating and am using:
JetBrains ReSharper 6.1 Full Edition
Build 6.1.1000.82 on 2012-02-15T23:14:48
Visual Studio 10.0.40219.1.
And I am seeing this on some of my files as well.