Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Releases: dotnet/codeformatter

Code Formatter 1.0.0-alpha7

06 Aug 17:55
38ef57a
Compare
Choose a tag to compare
Pre-release

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

29 Jan 19:46
Compare
Choose a tag to compare
Pre-release

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

02 Mar 17:50
Compare
Choose a tag to compare
Pre-release

This is the most recent release of the CodeFormatter which enforces the majority of .NET Foundation coding guidelines.

Code Formatter 1.0.0-alpha4

22 Feb 02:39
Compare
Choose a tag to compare
Pre-release

This is the most recent release of the CodeFormatter which enforces the majority of .NET Foundation coding guidelines.

Code Formatter 1.0.0-alpha3

09 Feb 17:04
Compare
Choose a tag to compare
Pre-release

This is the most recent release of the CodeFormatter which enforces the majority of .NET Foundation coding guidelines.

Fixes:

  • #50: Cleanup batch file
  • #51: Add error handling if MSBuild 14 is missing

CodeFormatter

06 Feb 18:05
Compare
Choose a tag to compare
CodeFormatter Pre-release
Pre-release

This is the most recent release of the CodeFormatter which enforces the majority of .NET Foundation coding guidelines

CodeFormatter

17 Jan 00:05
Compare
Choose a tag to compare
CodeFormatter Pre-release
Pre-release

This release of CodeFormatter supports the following functionality:

  1. Basic formatting required to conform to .NET coding guidelines.
  2. Convert MSTest based tests to Xunit with simple direct relationships
  3. Filter files
  4. Support project files along with sln files