Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

FxCopParams

Parameter type for the FxCop tool

Record Fields

Record FieldDescription
ApplyOutXsl
Signature: bool
ConsoleXslFileName
Signature: string
CustomDictionary
Signature: string
CustomRuleset
Signature: string
DependencyDirectories
Signature: seq<string>
DirectOutputToConsole
Signature: bool
FailOnError
Signature: FxCopErrorLevel
ForceOutput
Signature: bool
IgnoreGeneratedCode
Signature: bool
ImportFiles
Signature: seq<string>
IncludeSummaryReport
Signature: bool
OutputXslFileName
Signature: string
PlatformDirectory
Signature: string
ProjectFile
Signature: string
ReportFileName
Signature: string
RuleLibraries
Signature: seq<string>
Rules
Signature: seq<string>
SaveResultsInProjectFile
Signature: bool
TimeOut
Signature: TimeSpan
ToolPath
Signature: string
TypeList
Signature: seq<string>
UseGACSwitch
Signature: bool
Verbose
Signature: bool
WorkingDir
Signature: string