FAKE - F# Make


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

The FxCop error reporting level

FxCopParams

Parameter type for the FxCop tool

Functions and values

Function or valueDescription
FxCop setParams assemblies
Signature: setParams:(FxCopParams -> FxCopParams) -> assemblies:seq<string> -> unit

Run FxCop on a group of assemblies.

FxCopDefaults
Signature: FxCopParams

FxCop Default parameters

Fork me on GitHub