Thanks to visit codestin.com
Credit goes to github.com

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

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles

License

Notifications You must be signed in to change notification settings

dotnet/codeformatter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeFormatter

CodeFormatter is a tool that uses Roslyn to automatically rewrite the source to follow our coding styles, which are documented here.

Prerequisites

In order to build or run this tool you will need to have Microsoft Build Tools 2015 Preview installed. This comes as a part of Visual Studio 2015 Preview or can be installed separately from [here][vs-2015-download].

[vs-2015-download]: http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs)

Usage

In order get the usage, simply invoke the tool with no arguments:

$ .\CodeFormatter.exe
CodeFormatter <project or solution> [<rule types>] [/file <filename>]
    <rule types> - Rule types to use in addition to the default ones.
                   Use ConvertTests to convert MSTest tests to xUnit.
    <filename> - Only apply changes to files with specified name.

Contributing

We follow the same contribution process that corefx is using.

About

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages