StyleCop Properties | MSBuild Extension Pack Help 4.0.12.0 |
The StyleCop type exposes the following members.
Properties
Name | Description | |
---|---|---|
CacheResults |
Sets a value indicating whether StyleCop should write cache files to disk after performing an analysis. Default is false.
|
|
FailedFiles |
Gets the failed files collection
|
|
ForceFullAnalysis |
Sets a value indicating whether StyleCop should ignore cached results and perform a clean analysis.
|
|
LogFile |
Sets the log file.
|
|
OutputFile |
Sets the path to the generated output file.
|
|
SettingsFile |
Sets the path to the settings file to load.
|
|
ShowOutput |
Sets a value indicating whether to ShowOutput. Default is false
|
|
SourceFiles |
Sets the source files collection
|
|
Succeeded |
Gets whether the scan succeeded.
|
|
ViolationCount |
Gets the violation count.
|
See Also