dotnet / codeformatter

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles
MIT License
1.24k stars 244 forks source link

Does not convert all upper case const fields to PascalCase #257

Open dhoehna opened 7 years ago

dhoehna commented 7 years ago

My private const fields were not converted from MY_CONSTANT to MyConstant (All uppercase to Pascal Case). I also did not find a rule that did this.