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 module FxCop instead.

FxCopHelper

Contains a task which can be used to run FxCop on .NET assemblies. There is also a tutorial for this task available.

Nested types and modules

TypeDescription
FxCopErrorLevel
OBSOLETE

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

The FxCop error reporting level

FxCopParams
OBSOLETE

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

Parameter type for the FxCop tool

Functions and values

Function or valueDescription
FxCop setParams assemblies
Signature: setParams:(FxCopParams -> FxCopParams) -> assemblies:seq<string> -> unit
Attributes:
[<Obsolete("Please use nuget 'Fake.DotNet.FxCop', open 'Fake.DotNet' and use FxCop.Run instead")>]
OBSOLETE

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

Run FxCop on a group of assemblies.

FxCopDefaults
Signature: FxCopParams
Attributes:
[<Obsolete("Please use nuget 'Fake.DotNet.FxCop', open 'Fake.DotNet' and use FxCop.Params.Create() instead")>]
OBSOLETE

Please use nuget 'Fake.DotNet.FxCop', open 'Fake.DotNet' and use FxCop.Params.Create() instead

FxCop Default parameters