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.MonoApiTools.
                            
 
	
		Summary
	
            Runs mono-api-diff to generate an XML diff.
            
		
	Syntax
	public static void MonoApiDiff(this ICakeContext context, FilePath previousApiInfoFile, FilePath newApiInfoFile, FilePath outputFile)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakeMethodAliasAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext | The context. | 
					
						| previousApiInfoFile | FilePath | The first API-Info xml file to compare. | 
					
						| newApiInfoFile | FilePath | The second API Info xml file to compare. | 
					
						| outputFile | FilePath | The API Info xml output file. | 
			
		 
	 	
	Return Value