Summary
Settings for
Cake.Prca.Issues.EsLint.EsLintIssuesProvider.
- Assembly
- Cake
.Prca .Issues .EsLint .dll - Namespace
- Cake
.Prca .Issues .EsLint - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["EsLintIssuesSettings"]
class Type type-node
Syntax
public class EsLintIssuesSettings
Constructors
| Name | Summary |
|---|---|
| EsLintIssuesSettings |
Initializes a new instance of the EsLintIssuesSettings class.
|
| EsLintIssuesSettings |
Initializes a new instance of the EsLintIssuesSettings class.
|
Properties
| Name | Value | Summary |
|---|---|---|
| Format | ILogFileFormat |
Gets the format of the MsBuild log file.
|
| LogFileContent | string |
Gets the content of the log file.
|
Methods
| Name | Value | Summary |
|---|---|---|
| FromContent |
EsLintIssuesSettings |
Returns a new instance of the
EsLintIssuesSettings class from the content
of a ESLint log file.
static
|
| FromFilePath |
EsLintIssuesSettings |
Returns a new instance of the
EsLintIssuesSettings class from a log file on disk.
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From PrcaArgumentChecks
|