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 AddLauncherSettings.
- Assembly
- Cake
.Mage .dll - Namespace
- Cake
.Mage - Base Types
-
- ToolSettings
- Base
New And Update Mage Settings
graph BT
Type-->Base0["BaseNewAndUpdateMageSettings"]
click Base0 "/api/Cake.Mage/BaseNewAndUpdateMageSettings"
Base0-->Base1["ToolSettings"]
Type["LauncherSettings"]
class Type type-node
Syntax
public class LauncherSettings : BaseNewAndUpdateMageSettings
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Constructors
| Name | Summary |
|---|---|
| LauncherSettings |
Properties
| Name | Value | Summary |
|---|---|---|
| Algorithm | Algorithm |
Gets or sets the algorithm to generate digests.
Inherited from Base
|
| 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.
Inherited from Base
|
| CertHash | string |
Gets or sets the hash of an X509 certificate in your local cert store.
Inherited from Base
|
| EntryPoint | string |
Launchers entry point is DLL or EXE for .net6+ UI projects.
|
| Name | string |
Gets or sets the name of the application whose manifest is being
generated or updated.
Inherited from Base
|
| Password | string |
Gets or sets the password to use with an X509 certificate when signing
a manifest or license file.
Inherited from Base
|
| Processor | Nullable |
Gets or sets the processor architecture of the application whose manifest
is being generated or updated.
Inherited from Base
|
| Publisher | string |
Gets or sets the name of the publisher. Names which include spaces should
be enclosed in quotes.
Inherited from Base
|
| SupportUrl | Uri |
Gets or sets the support URL for the application.
Inherited from Base
|
| TargetDirectory | DirectoryPath |
Gets or sets the launcher exe's folder.
|
| TimeStampUri | Uri |
Gets or sets the URI to use for time stamping during signing.
Inherited from Base
|
| ToFile | FilePath |
Gets or sets the name of the file to save the output of a sign, new, or
update command.
Inherited from Base
|
| 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".
Inherited from Base
|
| WpfBrowserApp | bool |
Gets or sets a value indicating whether the application is a Windows Presentation Foundation Browser Application or not.
Inherited from Base
|
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 |
Throws an exception if the specified parameter's value is null.
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 |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
