MonoApiToolsAliases Class

Summary

Contains functionality to work with the Mono API Tools.
Assembly
Cake.MonoApiTools.dll
Namespace
Cake.MonoApiTools
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["MonoApiToolsAliases"] class Type type-node

Syntax

public static class MonoApiToolsAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
MonoApiDiff(ICakeContext, FilePath, FilePath, FilePath, MonoApiDiffToolSettings) void
Runs mono-api-diff to generate an XML diff.
static
MonoApiDiff(ICakeContext, FilePath, FilePath, FilePath) void
Runs mono-api-diff to generate an XML diff.
static
MonoApiHtml(ICakeContext, FilePath, FilePath, FilePath, MonoApiHtmlToolSettings) void
Runs mono-api-html to generate an HTML diff.
static
MonoApiHtml(ICakeContext, FilePath, FilePath, FilePath) void
Runs mono-api-html to generate an HTML diff.
static
MonoApiHtmlColorized(ICakeContext, FilePath, FilePath, FilePath) void
Runs mono-api-html to generate an colorized HTML diff.
static
MonoApiInfo(ICakeContext, FilePath, FilePath, MonoApiInfoToolSettings) void
Runs mono-api-info.
static
MonoApiInfo(ICakeContext, FilePath, FilePath) void
Runs mono-api-info.
static
MonoApiInfo(ICakeContext, FilePath[], FilePath, MonoApiInfoToolSettings) void
Runs mono-api-info.
static
MonoApiInfo(ICakeContext, FilePath[], FilePath) void
Runs mono-api-info.
static
MonoApiMarkdown(ICakeContext, FilePath, FilePath, FilePath) void
Runs mono-api-html to generate an Markdown diff.
static
MonoApiMarkdownColorized(ICakeContext, FilePath, FilePath, FilePath) void
Runs mono-api-html to generate an colorized Markdown diff.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin