SmartAssemblyAliases Class

Summary

Contains functionality for working with SmartAssembly-tools commands.
Assembly
Cake.SmartAssembly.dll
Namespace
Cake.SmartAssembly
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SmartAssemblyAliases"] class Type type-node

Syntax

public static class SmartAssemblyAliases

Attributes

Type Description
NullableContextAttribute
NullableAttribute
CakeAliasCategoryAttribute

Methods

Name Value Summary
SmartAssemblyAddReport(ICakeContext, FilePath) void
Adds SmartAssembly report.
static
SmartAssemblyBuild(ICakeContext, FilePath, SmartAssemblySettings, AssemblyOptionSettings[]) void
Builds a SmartAssembly project.
static
SmartAssemblyCompactDB(ICakeContext) void
Compacts SmartAssembly database.
static
SmartAssemblyCreate(ICakeContext, FilePath, FilePath, FilePath, SmartAssemblySettings, AssemblyOptionSettings[]) void
Creates a new SmartAssembly project.
static
SmartAssemblyDownloadReports(ICakeContext) void
Downloads SmartAssembly reports.
static
SmartAssemblyEdit(ICakeContext, FilePath, SmartAssemblySettings, AssemblyOptionSettings[]) void
Edits a SmartAssembly project.
static

Extension Methods

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