This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.LibMan.
Summary
Extensions for
LibManInstallSettings
.
- Assembly
- Cake
.LibMan .dll - Namespace
- Cake
.LibMan .Install - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["LibManInstallExtensions"]
class Type type-node
Syntax
public static class LibManInstallExtensions
Methods
Name | Value | Summary |
---|---|---|
AddFile |
Lib |
Adds a specific file to restore from the library.
static
|
SetLibrary |
Lib |
Installs a client side library by name, version, and scope.
static
|
SetLibrary |
Lib |
Installs a client side library by name and scope.
static
|
SetLibrary |
Lib |
Installs a client side library by name and version.
static
|
SetLibraryFromPath |
Lib |
Installs a client side library by file Path or Url. Sets the CdnProvider to filesystem.
static
|
SetScopedLibrary |
Lib |
Installs a client side library by name and scope.
static
|
WithDestination |
Lib |
Sets the destination directory path to install the client side library files too.
static
|
WithProvider |
Lib |
Sets the cbn provider to retrieve the client side library from. Cannot set to Default.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
Returns the string value or a
Not set > markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|