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.DocFx.
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.
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 a log file from disk.
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 |
string |
Gets the name of the DocFx issue provider.
This name can be used to identify issues based on the
ProviderType property.
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
|