Skip to content

v5.0.211103

Compare
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: