Formats documents in the specified project or solution.
Home • Synopsis • Arguments • Options
roslynator format <PROJECT|SOLUTION>
--culture <CULTURE_ID>
--file-log <FILE_PATH>
--file-log-verbosity <LEVEL>
-h, --help
--ignored-projects <PROJECT_NAME>
-g, --include-generated-code
--language <LANGUAGE>
-m, --msbuild-path <DIRECTORY_PATH>
--projects <PROJECT_NAME>
-p, --properties <NAME=VALUE>
-v, --verbosity <LEVEL>
<PROJECT|SOLUTION>
Path to one or more project/solution files.
Defines culture that should be used to display diagnostic message.
Path to a file that should store output.
Verbosity of the file log. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed] and diag[nostic].
Show command line help.
Defines projects that should not be analyzed.
Indicates whether generated code should be formatted.
Defines project language. Allowed values are cs[harp] or v[isual-]b[asic]
Defines a path to MSBuild directory.
Defines projects that should be analyzed.
Defines one or more MSBuild properties.
Verbosity of the log. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed] and diag[nostic].
Redirected/piped input will be used as a list of project/solution paths separated with newlines.
(Generated with DotMarkdown)