Skip to content

Commit

Permalink
Merge pull request #1044 from jmarolf/feature/add-binlog-command
Browse files Browse the repository at this point in the history
Add separate command for binary log
  • Loading branch information
JoeRobich committed Mar 12, 2021
2 parents 6e45e79 + dbeb30f commit 3ad458b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -106,6 +106,7 @@ Options:
--exclude <exclude> A list of relative file or folder paths to exclude from formatting.
--check Formats files without saving changes to disk. Terminates with a non-zero exit code if any files were formatted.
--report <report> Accepts a file path, which if provided, will produce a json report in the given directory.
--binarylog <binary-log-path> Log all project or solution load information to a binary log file.
--verbosity, -v <verbosity> Set the verbosity level. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]
--version Show version information
```
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Expand Up @@ -117,6 +117,7 @@ dotnet format -f --include ./src/ ./tests/ --exclude ./src/submodule-a/ --check

- `--verbosity` - Set the verbosity level. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]
- `--report` - Writes a json file to the given directory. Defaults to 'format-report.json' if no filename given.
- `--binarylog` - Writes a [binary log file](https://msbuildlog.com/) to help in diagnosing solution or project load errors. Defaults to 'format.binlog' if no filename given.

### Validate formatting

Expand Down

0 comments on commit 3ad458b

Please sign in to comment.