Summary
Settings for
EsLintIssuesAliases
.
- Assembly
- Cake
.Issues .EsLint .dll - Namespace
- Cake
.Issues .EsLint - Base Types
graph BT
Type-->Base0["BaseMultiFormatIssueProviderSettings<EsLintIssuesProvider, EsLintIssuesSettings>"]
Base0-->Base1["IssueProviderSettings"]
click Base1 "/api/Cake.Issues/IssueProviderSettings"
Base1-->Base2["Object"]
Type["EsLintIssuesSettings"]
class Type type-node
Syntax
public class EsLintIssuesSettings :
BaseMultiFormatIssueProviderSettings<EsLintIssuesProvider, EsLintIssuesSettings>
Constructors
Name | Summary |
---|---|
EsLintIssuesSettings |
Initializes a new instance of the EsLintIssuesSettings class
for a log file content in memory.
|
EsLintIssuesSettings |
Initializes a new instance of the EsLintIssuesSettings class
for reading a log file on disk.
|
Properties
Name | Value | Summary |
---|---|---|
LogFileContent | byte[] |
Gets the content of the log file.
Inherited from Issue
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|