This is part of the Fake.DotNet.FxCop module.
FxCop
Contains a task to invoke the FxCop tool
Sample
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: |
|
Nested types and modules
Type | Description |
ErrorLevel |
The FxCop error reporting level : warning, critical warning, error, critical error, tool error, don't fail build (Default: DontFailBuild) |
Params |
Parameter type for the FxCop tool |
Functions and values
Function or value | Description |
FxCop.run param assemblies
Signature: param:Params -> assemblies:seq<string> -> unit
|
Run FxCop on a group of assemblies. |