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.
Summary
Sets the rule of the issue.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IssueBuilder
Syntax
public IssueBuilder OfRule(string id, Uri uri)
Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the rule of the issue.
null or System.String.Empty if issue has no specific rule ID. |
uri | Uri | The URL containing information about the failing rule.
null if no URL is available. |
Return Value
Type | Description |
---|---|
IssueBuilder | Issue Builder instance. |