LibManRestoreAliases Class

Summary

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

Syntax

public static class LibManRestoreAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
LibManRestore(ICakeContext, Action<LibManRestoreSettings>) void
Restores client side libraries using the settings returned by a configurator.
static
LibManRestore(ICakeContext, LibManRestoreSettings) void
Restores client side libraries using the specified settings.
static
LibManRestore(ICakeContext) void
Restores client side libraries for the project in the current working directory.
static

Extension Methods

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