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-html to generate an HTML diff.
Syntax
public static void MonoApiHtml ( 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 Diff Html output file.
Return Value