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, string name, Uri uri)Parameters
| Name | Type | Description | 
|---|---|---|
| id | string | The ID of the rule of the issue. nullorSystem.String.Emptyif issue has no specific rule ID. | 
| name | string | The name of the rule of the issue. nullorSystem.String.Emptyif issue has no specific rule name. | 
| uri | Uri | The URL containing information about the failing rule. nullif no URL is available. | 
Return Value
| Type | Description | 
|---|---|
| IssueBuilder | Issue Builder instance. | 
