Much like
// ReSharper disable ConvertToAutoProperty
I would like to know what, if existing, I can add to particular files (and only particular files) so that fields are not sorted on code cleanup.
For more information:
- I know there are settings one can set in R# itself. This needs to work even where I don’t control settings (like on other people’s computers)
- I know I can make a setting to disable sorting for particular types in TypeMembersLayout. This also will not work due to the same reason.
- I only want this to happen on files I care that it doesn’t happen with, not a global setting.
I’ve been using Resharper for years, and can say with confidence this option doesn’t exist. Good idea though..