Summary
Settings for
MarkdownlintIssuesProvider
.
- Assembly
- Cake
.Prca .Issues .Markdownlint .dll - Namespace
- Cake
.Prca .Issues .Markdownlint - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["MarkdownlintIssuesSettings"]
class Type type-node
Syntax
public class MarkdownlintIssuesSettings
Constructors
Name | Summary |
---|---|
Markdownlint |
Initializes a new instance of the MarkdownlintIssuesSettings class.
|
Markdownlint |
Initializes a new instance of the MarkdownlintIssuesSettings class.
|
Properties
Name | Value | Summary |
---|---|---|
LogFileContent | string |
Gets the content of the log file.
|
Methods
Name | Value | Summary |
---|---|---|
FromContent |
Markdownlint |
Returns a new instance of the
MarkdownlintIssuesSettings class from the content
of a Markdownlint log file.
static
|
FromFilePath |
Markdownlint |
Returns a new instance of the
MarkdownlintIssuesSettings 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
|