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
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
Type | Description |
FxCopErrorLevel |
The FxCop error reporting level |
FxCopParams |
Parameter type for the FxCop tool |
Functions and values
Function or value | Description |
FxCop setParams assemblies
Signature: setParams:(FxCopParams -> FxCopParams) -> assemblies:seq<string> -> unit
|
Run FxCop on a group of assemblies. |
FxCopDefaults
Signature: FxCopParams
|
FxCop Default parameters |