Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: dotnet/format

v5.1.225507

v5.0.211103

Choose a tag to compare

@jmarolf jmarolf released this 11 Feb 19:34
b95e169

View Complete Diff of Changes

New Features

  • Can now apply codestyle codefixes automatically with dotnet format --fix-codestyle
  • Can now apply analyzer codefixes automatically with dotnet format --fix-analyzers

Breaking Changes

Removed Deprecated options from 4.0:

  • Removed --dry-run should use --check instead
  • Removed --files should use --include instead
  • Removed --workspace this option is now implied

Changes:

v4.1.131201

Choose a tag to compare

@JoeRobich JoeRobich released this 05 May 18:37
82a5527

v4.0.130203

Choose a tag to compare

@JoeRobich JoeRobich released this 02 Jun 00:33

View Complete Diff of Changes

Breaking Changes:

  • Added an imports formatter for sorting imports.
  • Format now runs on the latest installed Runtime.
  • --check and --dry-run have combined into a single option.
  • --include and --exclude use space-separated paths instead of comma-separated.

Deprecations:

  • Added warning to use the default argument instead of --workspace option. Use dotnet format ./format.sln instead of dotnet format -w ./format.sln
  • Added warning to use the default argument to specify the folder path when using the --folder option. Use dotnet format ./src -f instead of dotnet format -f ./src
  • Added warning to use --include instead of --files alias.
  • Added warning to use --check instead of --dry-run alias.

Merged PRs:

v3.3.111304

Choose a tag to compare

@JoeRobich JoeRobich released this 13 Feb 19:12
3f2b20c

v3.2.107702

Choose a tag to compare

@JoeRobich JoeRobich released this 13 Feb 19:10
3f2b20c

v3.1.37601

Choose a tag to compare

@JoeRobich JoeRobich released this 13 Feb 19:09
3f2b20c

v3.0.4

Choose a tag to compare

@JoeRobich JoeRobich released this 13 Feb 19:09
3f2b20c

v3.0.2

Choose a tag to compare

@JoeRobich JoeRobich released this 13 Feb 19:08
3f2b20c

Initial Release

  • Partial support for core .editorconfig options
  • Support for .NET whitespace formatting options
  • Support for --dry-run option
Morty Proxy This is a proxified and sanitized view of the page, visit original site.