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

Releases: dotnet/codeformatter

Code Formatter 1.0.0-alpha7

Pre-release

Choose a tag to compare

@ericstj ericstj released this 06 Aug 17:55
38ef57a

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

Pre-release

Choose a tag to compare

@Priya91 Priya91 released this 29 Jan 19:46

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

Pre-release

Choose a tag to compare

@jaredpar jaredpar released this 02 Mar 17:50

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

Code Formatter 1.0.0-alpha4

Pre-release

Choose a tag to compare

@jaredpar jaredpar released this 22 Feb 02:39

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

Code Formatter 1.0.0-alpha3

Pre-release

Choose a tag to compare

@terrajobst terrajobst released this 09 Feb 17:04

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

CodeFormatter Pre-release
Pre-release

Choose a tag to compare

@jaredpar jaredpar released this 06 Feb 18:05

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

CodeFormatter

CodeFormatter Pre-release
Pre-release

Choose a tag to compare

@Priya91 Priya91 released this 17 Jan 00:05

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