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
Type | Description |
FxCopErrorLevel |
OBSOLETEPlease use nuget 'Fake.DotNet.FxCop', open 'Fake.DotNet' and use FxCop.ErrorLevel instead The FxCop error reporting level |
FxCopParams |
OBSOLETEPlease use nuget 'Fake.DotNet.FxCop', open 'Fake.DotNet' and use FxCop.Params instead Parameter type for the FxCop tool |
Functions and values
Function or value | Description |
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")>] |
OBSOLETEPlease 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")>] |
OBSOLETEPlease use nuget 'Fake.DotNet.FxCop', open 'Fake.DotNet' and use FxCop.Params.Create() instead FxCop Default parameters |