MonoApiToolsAliases.

MonoApiDiff(ICakeContext, FilePath, FilePath, FilePath) Method

Summary

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

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

Type Description
void