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.DupFinder.
Summary
Contains functionality for reading issues from JetBrains dupFinder log files.
- Assembly
- Cake
.Issues .DupFinder .dll - Namespace
- Cake
.Issues .DupFinder - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["DupFinderIssuesAliases"]
class Type type-node
Syntax
public static class DupFinderIssuesAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
DupFinderIssues |
IIssueProvider |
Gets an instance of a provider for issues reported by JetBrains dupFinder using specified settings.
static
|
Dup |
IIssueProvider |
Gets an instance of a provider for issues reported by JetBrains dupFinder using log file content.
static
|
Dup |
IIssueProvider |
Gets an instance of a provider for issues reported by JetBrains dupFinder using a log file from disk.
static
|
Dup |
string |
Gets the name of the dupFinder 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 |
From StringExtensions
Requires the Cake.Issues addin
|