dotnet-format icon indicating copy to clipboard operation
dotnet-format copied to clipboard

Deprecated options

Open anthony-steele-cko opened this issue 4 years ago • 2 comments

Note the output of the run, some deprecated options of dotnet-format are used:

Run xt0rted/dotnet-format@v1
Checking 7 files
/usr/bin/dotnet format --check --dry-run --files _somefiles_
  The `--files` option is deprecated. Use the `--include` option instead.
  The `--dry-run` option is deprecated. Use the `--check` option instead.

anthony-steele-cko avatar Aug 12 '20 09:08 anthony-steele-cko

As of Feb 11th[1], this is now broken, no longer just deprecated

[1] https://github.com/dotnet/format/releases/tag/v5.0.211103

mikeage avatar Mar 30 '21 02:03 mikeage

I believe I've run into this. This completely breaks the check option right?

williamhammond avatar Apr 14 '22 18:04 williamhammond