codeformatter
codeformatter copied to clipboard
Tool that uses Roslyn to automatically rewrite the source to follow our coding styles
Per the guidance: > Namespace imports should be specified at the top of the file, outside of namespace declarations and should be sorted alphabetically, with `System. namespaces at the top...
Some code bases talk about field in comments. Currently when the code formatter renames a field, it doesn't update the comment.
This feature will be useful to control what rules are to be run from commandline.