Releases: dotnet/codeformatter
Code Formatter 1.0.0-alpha7
This is the most recent release of the CodeFormatter which enforces the majority of .NET Foundation coding guidelines.
It now supports C# 7.3 and MSBuild 15.0 SDK-based projects.
Code Formatter 1.0.0-alpha6
This is the most recent release of the CodeFormatter which enforces the majority of .NET Foundation coding guidelines.
- Has the updated .NET license headers
- Has new features with commandline:
CodeFormatter [/file:<filename>] [/lang:<language>] [/c:<config>[,<config>...]>] [/copyright:<file> | /nocopyright] [/tables] [/nounicode] [/rule(+|-):rule1,rule2,...] [/verbose] <project, solution or response file> /file - Only apply changes to files with specified name /lang - Specifies the language to use when a responsefile is specified. i.e. 'C#', 'Visual Basic', ... (default: 'C#') /c - Additional preprocessor configurations the formatter should run under. /copyright - Specifies file containing copyright header. Use ConvertTests to convert MSTest tests to xUnit. /nocopyright - Do not update the copyright message. /tables - Let tables opt out of formatting by defining DOTNET_FORMATTER /nounicode - Do not convert unicode strings to escape sequences /rule(+|-) - Enable (default) or disable the specified rule /rules - List the available rules /verbose - Verbose output Code Formatter 1.0.0-alpha5
This is the most recent release of the CodeFormatter which enforces the majority of .NET Foundation coding guidelines.
Code Formatter 1.0.0-alpha4
This is the most recent release of the CodeFormatter which enforces the majority of .NET Foundation coding guidelines.
Code Formatter 1.0.0-alpha3
This is the most recent release of the CodeFormatter which enforces the majority of .NET Foundation coding guidelines.
Fixes:
CodeFormatter
This is the most recent release of the CodeFormatter which enforces the majority of .NET Foundation coding guidelines
CodeFormatter
This release of CodeFormatter supports the following functionality:
- Basic formatting required to conform to .NET coding guidelines.
- Convert MSTest based tests to Xunit with simple direct relationships
- Filter files
- Support project files along with sln files