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
	
            Initiates the creation of a new 
IIssue with 
message
            as identifier.
            
Syntax
	public static IssueBuilder NewIssue<T>(string message, T issueProvider) where T : IIssueProvider
	Type Parameters
	
		
			
				
					
						| Name | Description | 
				
					
						| T | Type of the issue provider which has the issue created. | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| message | string | The message of the issue in plain text format. | 
					
						| issueProvider | T | Issue provider which has the issue created. | 
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | Description | 
				
				
					| IssueBuilder | Builder class for creating a new issue. |