StyleCopRunner Class

Summary

The class that executes stylecop analysis.
Assembly
Cake.StyleCop.dll
Namespace
Cake.Stylecop
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["StyleCopRunner"] class Type type-node

Syntax

public static class StyleCopRunner

Methods

Name Value Summary
AssemblyDirectory(Assembly) string
The Assembly Directory.
static
Execute(ICakeContext, SettingsDelegate) void
Starts an analysis run.
static
MergeResultFile(ICakeContext, FilePathCollection) XDocument
Merges two or more Stylecop report files into a single xml document.
static
Report(ICakeContext, ReportSettingsDelegate) void
Starts the report aggregation process.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin