LibManCleanAliases Class

Summary

LibMan Install aliases
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["LibManCleanAliases"] class Type type-node

Syntax

public static class LibManCleanAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
LibManClean(ICakeContext, Action<LibManCleanSettings>) void
Deletes library files previously restored via LibMan using the settings returned by a configurator. Folders that become empty after this operation are deleted.
static
LibManClean(ICakeContext, LibManCleanSettings) void
Deletes library files previously restored via LibMan using the specified settings. Folders that become empty after this operation are deleted.
static
LibManClean(ICakeContext) void
Deletes library files previously restored via LibMan in the current working directory. Folders that become empty after this operation are deleted.
static

Extension Methods

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