Summary
            Settings affecting how code analysis issues are reported to pull requests.
            
		- Assembly
 - Cake
.Prca .dll  - Namespace
 - Cake
.Prca  - Base Types
 - 
									
- object
 - PrcaSettings
 
 
							graph TD
	Base0["PrcaSettings"]-->Type
	click Base0 "/Cake.Prca.Website/api/Cake.Prca/PrcaSettings"
	Base1["object"]-->Base0
	Type["ReportIssuesToPullRequestSettings"]
class Type type-node
						
					Syntax
public class ReportIssuesToPullRequestSettings : PrcaSettings
			Constructors
| Name | Summary | 
|---|---|
| Report | 
									
            Initializes a new instance of the ReportIssuesToPullRequestSettings class.
             | 
							
Properties
| Name | Value | Summary | 
|---|---|---|
| CommentSource | string | 
									 
            Gets or sets a value used to decorate comments created by this addin.
            Only comments with the same source will be resolved.
             
								 | 
							
| MaxIssuesToPost | int | 
									 
            Gets or sets the number of issues which should be posted at maximum.
             
								 | 
							
| RepositoryRoot | DirectoryPath | 
									 
            Gets the Root path of the repository.
             
											Inherited from PrcaSettings 
								 | 
							
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| NotNull | 
								void | 
									 
            Throws an exception if the specified parameter's value is null.
             
										From PrcaArgumentChecks 
								 |