I want to make the "Suppress inspection with comment" effective even in "////"
StyleCop 4.5 displays warning "A single-line comment must not be followed by a blank line." (SA1512) for the following codes.
If the head of the comment is made ////, this warning can be suppressed. But, R# doesn't recognize it.
I want you to become effective the R# even if the head of the comment is ////.
Thanks.
// ReSharper disable UnusedMember.Local
void Foo() {}
// ReSharper restore UnusedMember.Local
Attachment(s):
stylecop.png
Please sign in to leave a comment.