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.Mage.
Summary
Class MageSettings.
- Assembly
- Cake
.Mage .dll - Namespace
- Cake
.Mage - Base Types
-
- ToolSettings
- Derived Types
graph BT
Type-->Base0["ToolSettings"]
Type["BaseNewAndUpdateMageSettings"]
class Type type-node
Derived0["BaseNewAndUpdateApplicationSettings"]-->Type
click Derived0 "/api/Cake.Mage/BaseNewAndUpdateApplicationSettings"
Derived1["BaseNewAndUpdateDeploymentSettings"]-->Type
click Derived1 "/api/Cake.Mage/BaseNewAndUpdateDeploymentSettings"
Syntax
public class BaseNewAndUpdateMageSettings : ToolSettings
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
Base |
Properties
Name | Value | Summary |
---|---|---|
Algorithm | Algorithm |
Gets or sets the algorithm to generate digests.
|
CertFile | FilePath |
Gets or sets the name of an X509 certificate file with which to sign a
manifest or license file.This option requires the -Password option.
|
CertHash | string |
Gets or sets the hash of an X509 certificate in your local cert store.
|
Name | string |
Gets or sets the name of the application whose manifest is being
generated or updated.
|
Password | string |
Gets or sets the password to use with an X509 certificate when signing
a manifest or license file.
|
Processor | Nullable |
Gets or sets the processor architecture of the application whose manifest
is being generated or updated.
|
Publisher | string |
Gets or sets the name of the publisher. Names which include spaces should
be enclosed in quotes.
|
SupportUrl | Uri |
Gets or sets the support URL for the application.
|
TimeStampUri | Uri |
Gets or sets the URI to use for time stamping during signing.
|
ToFile | FilePath |
Gets or sets the name of the file to save the output of a sign, new, or
update command.
|
Version | string |
Gets or sets the version of the application whose manifest is being
generated or updated.Must be of the form "0.0.0.0".
|
WpfBrowserApp | bool |
Gets or sets a value indicating whether the application is a Windows Presentation Foundation Browser Application or not.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|