This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SPCAF.
Summary
Wrapper for SPCAFSetting to generate fluent api.
- Assembly
- Cake
.SPCAF .dll - Namespace
- Cake
.SPCAF - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["FluentSPCAFSettings"]
class Type type-node
Syntax
public class FluentSPCAFSettings
Methods
Name | Value | Summary |
---|---|---|
About |
FluentSPCAFSettings |
Displays information about the software.
|
Help |
FluentSPCAFSettings |
Displays the help screen.
|
Recursive |
FluentSPCAFSettings |
Set to true to scan the input folder recursively for analyzable files.
|
SkipProjectCreation |
FluentSPCAFSettings |
Set to true to skip the creation of a .spcaf project file.
|
WithCsvReport |
FluentSPCAFSettings |
Csv generator that will be used to generate the output file.
|
WithDebugVerbosity |
FluentSPCAFSettings |
Set the amount of information to "debug".
|
WithFilters |
FluentSPCAFSettings |
List of regular expressions, separated by a semicolon which is applied as filters for the input files.
|
WithHtmlReport |
FluentSPCAFSettings |
Html generator that will be used to generate the output file.
|
WithInput |
FluentSPCAFSettings |
Required. Location of files to be included in the analysis.
|
WithLogFile |
FluentSPCAFSettings |
The path where the log file should be written to.
|
WithMinimalVerbosity |
FluentSPCAFSettings |
Set the amount of information to "minimal".
|
WithNoneReport |
FluentSPCAFSettings |
None generator. Visual Studio compatible console output will be generated regardless of this argument.
|
WithNormalVerbosity |
FluentSPCAFSettings |
Set the amount of information to "normal".
|
WithOutput |
FluentSPCAFSettings |
Output file with processed data when a report generator is specified.
|
WithQuietVerbosity |
FluentSPCAFSettings |
Set the amount of information to "quiet".
|
WithSettings |
FluentSPCAFSettings |
The settings are supplied to set additionally parameter of
ToolSettings .
|
WithSettings |
FluentSPCAFSettings |
Name of SPCAF ruleset file.
|
WithTempDir |
FluentSPCAFSettings |
Directory into which all temporary files are extract.
|
WithToolPath |
FluentSPCAFSettings |
Sets the tool path.
|
WithXmlReport |
FluentSPCAFSettings |
XML generator that will be used to generate the output file.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|