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