DotNetPacker Class

Summary

.NET project packer.
graph BT Type-->Base0["DotNetTool<DotNetPackSettings>"] Base0-->Base1["Tool<DotNetPackSettings>"] Base1-->Base2["object"] Type["DotNetPacker"] class Type type-node

Syntax

public sealed class DotNetPacker : DotNetTool<DotNetPackSettings>

Constructors

Name Summary
DotNetPacker(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Initializes a new instance of the DotNetPacker class.

Methods

Name Value Summary
Pack(string, DotNetPackSettings) void
Pack the project using the specified path and settings.

Extension Methods

Name Value Summary
Dump<DotNetPacker>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<DotNetPacker>(DotNetPacker[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<DotNetPacker>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<DotNetPacker>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<DotNetPacker>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<DotNetPacker>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin