Summary
Contains functionality related to read warnings from DocFx log files.
- Assembly
- Cake
.Issues .DocFx .dll - Namespace
- Cake
.Issues .DocFx - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["DocFxIssuesAliases"]
class Type type-node
Syntax
public static class DocFxIssuesAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
DocFxIssues |
IIssueProvider |
Gets an instance of a provider for warnings reported by DocFx using specified settings.
static
|
Doc |
IIssueProvider |
Gets an instance of a provider for warnings reported by DocFx using log file content
for a DocFx project in the repository root.
static
|
Doc |
IIssueProvider |
Gets an instance of a provider for warnings reported by DocFx using log file content.
static
|
Doc |
IIssueProvider |
Gets an instance of a provider for warnings reported by DocFx using a log file from disk
for a DocFx project in the repository root.
static
|
Doc |
IIssueProvider |
Gets an instance of a provider for warnings reported by DocFx using a log file from disk.
static
|
Doc |
string |
Gets the name of the DocFx issue provider.
This name can be used to identify issues based on the
ProviderType property.
static
|