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 FxCop.Params instead
FxCopParams
Parameter type for the FxCop tool
Record Fields
| Record Field | Description | 
          
            ApplyOutXsl
          
          
            Signature: bool 
         | 
        |
          
            ConsoleXslFileName
          
          
            Signature: string 
         | 
        |
          
            CustomDictionary
          
          
            Signature: string 
         | 
        |
          
            CustomRuleset
          
          
            Signature: string 
         | 
        |
          
            DependencyDirectories
          
          
            Signature: seq<string> 
         | 
        |
          
            DirectOutputToConsole
          
          
            Signature: bool 
         | 
        |
          
            FailOnError
          
          
            Signature: FxCopErrorLevel 
         | 
        |
          
            ForceOutput
          
          
            Signature: bool 
         | 
        |
          
            IgnoreGeneratedCode
          
          
            Signature: bool 
         | 
        |
          
            ImportFiles
          
          
            Signature: seq<string> 
         | 
        |
          
            IncludeSummaryReport
          
          
            Signature: bool 
         | 
        |
          
            OutputXslFileName
          
          
            Signature: string 
         | 
        |
          
            PlatformDirectory
          
          
            Signature: string 
         | 
        |
          
            ProjectFile
          
          
            Signature: string 
         | 
        |
          
            ReportFileName
          
          
            Signature: string 
         | 
        |
          
            RuleLibraries
          
          
            Signature: seq<string> 
         | 
        |
          
            Rules
          
          
            Signature: seq<string> 
         | 
        |
          
            SaveResultsInProjectFile
          
          
            Signature: bool 
         | 
        |
          
            TimeOut
          
          
            Signature: TimeSpan 
         | 
        |
          
            ToolPath
          
          
            Signature: string 
         | 
        |
          
            TypeList
          
          
            Signature: seq<string> 
         | 
        |
          
            UseGACSwitch
          
          
            Signature: bool 
         | 
        |
          
            Verbose
          
          
            Signature: bool 
         | 
        |
          
            WorkingDir
          
          
            Signature: string 
         |