This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.Markdownlint.
Summary
Contains functionality for reading issues from Markdownlint log files.
- Assembly
- Cake
.Issues .Markdownlint .dll - Namespace
- Cake
.Issues .Markdownlint - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["MarkdownlintIssuesAliases"]
class Type type-node
Syntax
public static class MarkdownlintIssuesAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
Markdownlint |
void |
Registers a new URL resolver with a specific priority.
static
|
Markdownlint |
void |
Registers a new URL resolver with default priority of 0.
static
|
Markdownlint |
Base |
Gets an instance for the log format as written by markdownlint-cli with
--json parameter.
static
|
Markdownlint |
Base |
Gets an instance for the log format as written by markdownlint-cli.
static
|
MarkdownlintIssues |
IIssueProvider |
Gets an instance of a provider for issues reported by Markdownlint using specified settings.
static
|
Markdownlint |
IIssueProvider |
Gets an instance of a provider for issues reported by Markdownlint using log file content.
static
|
Markdownlint |
IIssueProvider |
Gets an instance of a provider for issues reported by Markdownlint using a log file from disk.
static
|
Markdownlint |
string |
Gets the name of the Markdownlint issue provider.
This name can be used to identify issues based on the
ProviderType property.
static
|
Markdownlint |
Base |
Gets an instance for the log format as written by Markdownlint with
options.resultVersion set to 1.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
Returns the string value or a
Not set > markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|