FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

FxCop.ErrorLevel Type

The FxCop error reporting level : warning, critical warning, error, critical error, tool error, don't fail build (Default: DontFailBuild)

Record fields

Record Field Description

CriticalError

Full Usage: CriticalError

Field type: ErrorLevel
Modifiers: static
Field type: ErrorLevel

CriticalWarning

Full Usage: CriticalWarning

Field type: ErrorLevel
Modifiers: static
Field type: ErrorLevel

DontFailBuild

Full Usage: DontFailBuild

Field type: ErrorLevel
Modifiers: static
Field type: ErrorLevel

Error

Full Usage: Error

Field type: ErrorLevel
Modifiers: static
Field type: ErrorLevel

ToolError

Full Usage: ToolError

Field type: ErrorLevel
Modifiers: static
Field type: ErrorLevel

Warning

Full Usage: Warning

Field type: ErrorLevel
Modifiers: static
Field type: ErrorLevel