ILMergeAliases Class

Summary

Contains functionality related to ILMerge.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the ILMergeSettings class:

#tool "nuget:?package=ilmerge"

Namespace
Cake.Common.Tools.ILMerge
Base Types
  • object
graph BT Type-->Base0["object"] Type["ILMergeAliases"] class Type type-node

Syntax

[CakeAliasCategory("ILMerge")]
public static class ILMergeAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
ILMerge(ICakeContext, FilePath, FilePath, IEnumerable<FilePath>, ILMergeSettings) void
Merges the specified assemblies.
static
ILMerge(ICakeContext, FilePath, FilePath, IEnumerable<FilePath>) void
Merges the specified assemblies.
static

Extension Methods

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