Redundancy in QuickFixes Follow
I put my cursor on a call to IndexOf() and selected the quick fix to add a
StringComparison.Ordinal parameter to the call. All well and good. LOVE
this addition.
However: It actually added System.StringComparison.Ordinal, and then turned
around and immediately grayed out "System." and warned me that it was a
redundant qualifier.
Can ReSharper be a little smarter about this, and not make quick-fixes that
immediately have to be turned-around and quick-fixed themselves because they
create another issue?
Please sign in to leave a comment.