dotnet-format
dotnet-format copied to clipboard
Deprecated options
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.
As of Feb 11th[1], this is now broken, no longer just deprecated
[1] https://github.com/dotnet/format/releases/tag/v5.0.211103
I believe I've run into this. This completely breaks the check option right?