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.Tfx.
Summary
Contains common settings used by
TfxExtensionCreateRunner and TfxExtensionPublishRunner.
- Assembly
- Cake
.Tfx .dll - Namespace
- Cake
.Tfx .Extension - Implementing Types
graph BT
Type["ICreatePublishSettings"]
class Type type-node
Implementing0["TfxExtensionPublishSettings"]-.->Type
click Implementing0 "/api/Cake.Tfx.Extension.Publish/TfxExtensionPublishSettings"
Implementing1["TfxExtensionCreateSettings"]-.->Type
click Implementing1 "/api/Cake.Tfx.Extension.Create/TfxExtensionCreateSettings"
Syntax
public interface ICreatePublishSettings
Properties
| Name | Value | Summary |
|---|---|---|
| BypassValidation | bool |
Gets or sets a value indicating whether to bypass local validation.
|
| ExtensionId | string |
Gets or sets a value to use as the extension ID instead of what is specified in the manifest.
|
| LocRoot | string |
Gets or sets the Root of localization hierarchy
|
| ManifestGlobs | ICollection |
Gets or sets the List of globs to find manifests.
|
| OutputPath | DirectoryPath |
Gets or sets the Path to write the VSIX.
|
| Override | string |
Gets or sets the JSON string which is merged into the manifests, overriding any values.
|
| OverridesFile | FilePath |
Gets or sets the path to a JSON file with overrides. This partial manifest will always take precedence over any values in the manifests.
|
| Publisher | string |
Gets or sets a value to use as the publisher ID instead of what is specified in the manifest.
|
| Root | DirectoryPath |
Gets or sets the Root directory to be used when creating extension.
|
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
|
