Analyzes specified project or solution and reports diagnostics.
Home • Synopsis • Arguments • Options
roslynator analyze <PROJECT|SOLUTION>
-a, --analyzer-assemblies <PATH>
--culture <CULTURE_ID>
--execution-time
--file-log <FILE_PATH>
--file-log-verbosity <LEVEL>
-h, --help
--ignore-analyzer-references
--ignore-compiler-diagnostics
--ignored-diagnostics <DIAGNOSTIC_ID>
--ignored-projects <PROJECT_NAME>
--language <LANGUAGE>
-m, --msbuild-path <DIRECTORY_PATH>
-o, --output <FILE_PATH>
--projects <PROJECT_NAME>
-p, --properties <NAME=VALUE>
--report-not-configurable
--report-suppressed-diagnostics
--severity-level <LEVEL>
--supported-diagnostics <DIAGNOSTIC_ID>
-v, --verbosity <LEVEL>
<PROJECT|SOLUTION>
Path to one or more project/solution files.
Define one or more paths to an analyzer assembly or a directory that should be searched recursively for analyzer assemblies.
Defines culture that should be used to display diagnostic message.
Indicates whether to measure execution time of each analyzer.
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.
Indicates whether analyzers that are referenced in a project should be ignored.
Indicates whether to display compiler diagnostics.
Defines diagnostics that should not be reported.
Defines projects that should not be analyzed.
Defines project language. Allowed values are cs[harp] or v[isual-]b[asic]
Defines a path to MSBuild directory.
Defines path to file that will store reported diagnostics in XML format.
Defines projects that should be analyzed.
Defines one or more MSBuild properties.
Indicates whether diagnostics with 'NotConfigurable' tag should be reported.
Indicates whether suppressed diagnostics should be reported.
Defines minimally required severity for a diagnostic. Allowed values are hidden, info (default), warning or error.
Defines diagnostics that should be reported.
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)