Summary
Gets the name of the Markdownlint issue provider.
This name can be used to identify issues based on the
ProviderType
property.
- Assembly
- Cake
.Issues .Markdownlint .dll - Namespace
- Cake
.Issues .Markdownlint - Containing Type
- Markdownlint
Issues Aliases
Syntax
public static string MarkdownlintIssuesProviderTypeName(this ICakeContext context)
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
Return Value
Type | Description |
---|---|
string | Name of the Markdownlint issue provider. |