Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Please use nuget 'Fake.DotNet.FxCop', open 'Fake.DotNet' and use FxCop.ErrorLevel instead

FxCopErrorLevel

The FxCop error reporting level

Record Fields

Record FieldDescription
CriticalError
Signature: FxCopErrorLevel
Modifiers: static
CriticalWarning
Signature: FxCopErrorLevel
Modifiers: static
DontFailBuild
Signature: FxCopErrorLevel
Modifiers: static
Error
Signature: FxCopErrorLevel
Modifiers: static
ToolError
Signature: FxCopErrorLevel
Modifiers: static
Warning
Signature: FxCopErrorLevel
Modifiers: static