codeformatter icon indicating copy to clipboard operation
codeformatter copied to clipboard

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles

Results 93 codeformatter issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

guideline gap

Some code bases talk about field in comments. Currently when the code formatter renames a field, it doesn't update the comment.

bug

This feature will be useful to control what rules are to be run from commandline.

enhancement