Summary
            Registers a new resolver with default priority of 
		0.
            - Assembly
 - Cake
.Prca .dll  - Namespace
 - Cake
.Prca .Issues  - Containing Type
 - BaseRuleUrlResolver
<T>  
Syntax
public void AddUrlResolver(Func<T, Uri> resolver)
	Parameters
| Name | Type | Description | 
|---|---|---|
| resolver | Func | 
						Resolver which returns an System.Uri linking to a site
            containing help for a specific BaseRuleDescription. | 
					
Return Value
| Type | Description | 
|---|---|
| void |