You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Note the output of the run, some deprecated options of
dotnet-format
are used:The text was updated successfully, but these errors were encountered: