Summary
Contains functionality related to importing warnings from DocFx to write them to pull requests.
- Assembly
- Cake
.Prca .Issues .DocFx .dll - Namespace
- Cake
.Prca .Issues .DocFx - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["DocFxIssuesProviderAliases"]
class Type type-node
Syntax
public static class DocFxIssuesProviderAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
DocFxIssues |
I |
Gets an instance of a provider for warnings reported by DocFx using specified settings.
static
|
Doc |
I |
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 |
I |
Gets an instance of a provider for warnings reported by DocFx using log file content.
static
|
Doc |
I |
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 |
I |
Gets an instance of a provider for warnings reported by DocFx using a log file from disk.
static
|