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.Warp.
Summary
Module class responsible for the logic needed
to run when the library is loaded.
- Assembly
- Cake
.Warp .dll - Namespace
- Cake
.Warp - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["AddinInitializer"]
class Type type-node
Syntax
public static class AddinInitializer
Methods
Name | Value | Summary |
---|---|---|
Initialize |
void |
The actual method that will be called during
the loading of the addin library (by Module.Fody IL weaving).
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
|