The StyleCop type exposes the following members.

Constructors

  NameDescription
StyleCop

Properties

  NameDescription
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.
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.
TaskAction
Sets the TaskAction.
(Overrides BaseTask..::.TaskAction.)
ViolationCount
Gets the violation count.

See Also