How to prevent Code Cleanup from re-ordering ReSharper suppression comments
As per topic, how do I prevent our Code Cleanup settings from re-ordering and breaking the ReSharper rule suppression comments.
For example, this is before Code Cleanup;
And after;
This actually results in the suppression rule no longer work, and also makes the code look aweful.
Please sign in to leave a comment.