Right now it appears that NArrange always does an ordinal sort. This doesn't always have the desired result for us.
Also for usings, the namespace should be split on "." before sorting. It causes it not to match StyleCop sort rules.
ex. "using TRS.Utilities" gets sorted before "using Telerik.Web.UI".
I would like to be able to specify a different sort type in the options. All of the StringComparer types should be available in the config. And then make that choice mutually exclusive for usings, methods, properties, etc. I have made the change myself to the source to get the sorting behavior we want, but I don't have any configuration capability for it.
Thanks,
Stoney