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