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

Hi, I am trying to convert multiple MS Test projects to xunit test project in Visual Studio 2019. I have installed Build Tools for Visual Studio 2019. I tried to...

The copyright header rule trims spaces at the begginings of code comment lines. However, it does not perform the same operation for raw texts. That difference makes the rule think...

added a Workspace.WorkspaceFailed event handler so that if the input file cannot be processed, an error will be reported on the command line instead of failing silently

When I was resolving the #264 issue, I noted that the ```CommandLineParser.cs``` needed a small refactor, so I splited the file putting each class in its file.

Hi, This will add AppVeyor build with Artifacts to download latest available Build. And it also fixes #250

… access. Some projects use a different naming convention for member access. In an alternative convention in order to easily tell if a variable is a local member the "this."...

Added functionality which addresses issue #174, i.e. ability to use tabs instead of spaces during formatting. New command line switch /usetabs was introduced for this purpose.