EsLintIssuesSettings Class

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(FilePath, ILogFileFormat) Initializes a new instance of the EsLintIssuesSettings class.
EsLintIssuesSettings(string, ILogFileFormat) 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(string, ILogFileFormat) EsLintIssuesSettings
Returns a new instance of the EsLintIssuesSettings class from the content of a ESLint log file.
static
FromFilePath(FilePath, ILogFileFormat) EsLintIssuesSettings
Returns a new instance of the EsLintIssuesSettings class from a log file on disk.
static

Extension Methods

Name Value Summary
NotNull<EsLintIssuesSettings>(string) void
Throws an exception if the specified parameter's value is null.
GitHub