MonoApiToolsAliases.

MonoApiHtmlColorized(ICakeContext, FilePath, FilePath, FilePath) Method

Summary

Runs mono-api-html to generate an colorized HTML diff.
Assembly
Cake.MonoApiTools.dll
Namespace
Cake.MonoApiTools
Containing Type
MonoApiToolsAliases

Syntax

public static void MonoApiHtmlColorized(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

Type Description
void