Summary
Parameters for passing input files.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Implementing Types
graph BT
Type["IIssuesParametersInputFiles"]
class Type type-node
Implementing0["IssuesParametersInputFiles"]-.->Type
click Implementing0 "/api/Cake.Frosting.Issues.Recipe/IssuesParametersInputFiles"
Syntax
public interface IIssuesParametersInputFiles
Properties
Name | Value | Summary |
---|---|---|
Es |
IDictionary |
Gets list of registered paths to ESLint log files in JSON format.
|
Inspect |
IDictionary |
Gets list of registered paths to InspectCode log files.
|
Markdownlint |
IDictionary |
Gets list of registered paths to markdownlint-cli log files created with
--json .
|
Markdownlint |
IDictionary |
Gets list of registered paths to markdownlint-cli log files.
|
Markdownlint |
IDictionary |
Gets list of registered paths to markdownlint log files in version 1.
|
Ms |
IDictionary |
Gets list of registered paths to MSBuild binary log files.
|
Ms |
IDictionary |
Gets list of registered paths to MSBuild log files created by XmlFileLogger.
|
Methods
Name | Value | Summary |
---|---|---|
AddEsLintJsonLogFile |
void |
Adds a path to a ESLint log file in JSON format.
|
AddEsLintJsonLogFile |
void |
Adds a path to a ESLint log file in JSON format.
|
Add |
void |
Adds a path to a InspectCode log file.
|
Add |
void |
Adds a path to a InspectCode log file.
|
Add |
void |
Adds a path to a markdownlint-cli log file created with
--json .
|
Add |
void |
Adds a path to a markdownlint-cli log file created with
--json .
|
Add |
void |
Adds a path to a markdownlint-cli log file.
|
Add |
void |
Adds a path to a markdownlint-cli log file.
|
Add |
void |
Adds a path to a markdownlint log file in version 1.
|
Add |
void |
Adds a path to a markdownlint log file in version 1.
|
Add |
void |
Adds a path to a MSBuild binary log file.
|
Add |
void |
Adds a path to a MSBuild binary log file.
|
Add |
void |
Adds a path to a MSBuild log file created by XmlFileLogger.
|
Add |
void |
Adds a path to a MSBuild log file created by XmlFileLogger.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|