Summary
Base class for all ESLint log file format implementations.
- Assembly
- Cake
.Issues .EsLint .dll - Namespace
- Cake
.Issues .EsLint - Interfaces
- Base Types
graph BT
Type-->Base0["BaseLogFileFormat<EsLintIssuesProvider, EsLintIssuesSettings>"]
Base0-->Base1["Object"]
Type-.->Interface0["ILogFileFormat<EsLintIssuesProvider, EsLintIssuesSettings>"]
Type["BaseEsLintLogFileFormat"]
class Type type-node
Syntax
public abstract class BaseEsLintLogFileFormat :
BaseLogFileFormat<EsLintIssuesProvider, EsLintIssuesSettings>,
ILogFileFormat<EsLintIssuesProvider, EsLintIssuesSettings>
Constructors
Name | Summary |
---|---|
Base |
Initializes a new instance of the BaseEsLintLogFileFormat class.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|