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.Eazfuscator.Net.
Summary
Contains settings used by
Cake.Eazfuscator.Net.EazfuscatorNetRunner. See the command-line interface documentation or run .\Eazfuscator.Net.exe --help for more details.
- Assembly
- Cake
.Eazfuscator .Net .dll - Namespace
- Cake
.Eazfuscator .Net - Base Types
-
- ToolSettings
graph BT
Type-->Base0["ToolSettings"]
Type["EazfuscatorNetSettings"]
class Type type-node
Syntax
public sealed class EazfuscatorNetSettings : ToolSettings
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Constructors
| Name | Summary |
|---|---|
| Eazfuscator |
Properties
| Name | Value | Summary |
|---|---|---|
| CheckVersion | bool |
Gets or sets a value indicating whether to check the installed version.
|
| CompatibilityVersion | string |
Gets or sets a value specifing a version of Eazfuscator.NET to be compatible with.
|
| ConfigurationFile | FilePath |
Gets or sets a value specifying a configuration file to use during obfuscation.
|
| Decode |
string |
Gets or sets a value specifing password to use for decryption during obfuscation.
|
| EnsureObfuscated | bool |
Gets or sets a value indicating whether to check the input file and ensure it is obfuscated.
|
| ErrorSandbox | string |
Gets or sets a value specifing the error sanddox to be used.
|
| KeyContainer | string |
Gets or sets a value indicating whether to use a key from key container during obfuscation.
|
| KeyFile | FilePath |
Gets or sets a property specifing the key file to use during obfuscation.
|
| M |
string |
Gets or sets a value specifying the MSBuild Project Configuration name.
|
| MSBuildProjectPath | FilePath |
Gets or sets a value specifing the path to an MSBuild Project.
|
| M |
string |
Gets or sets a value specifing the MSBuild Project Platform.
|
| MSBuildSolutionPath | FilePath |
Gets or sets a value specifying the path to an MSBuild Solution.
|
| NewlineFlush | bool |
Gets or sets a value indicating whether or not to flush output messages with new line (CR/LF) symbols.
|
| NoLogo | bool |
Gets or sets a value indicating whether to suppress the logo message.
|
| OutputFile | FilePath |
Gets or sets a property specifing the output file for the obfuscated assembly.
|
| ProbingPaths | IEnumerable |
Gets or sets a value specifing the probing paths.
|
| ProtectProject | bool |
Gets or sets a value indicating whether to protect project.
|
| Quiet | bool |
Gets or sets a value indicating whether to print any information and diagnostic messages.
|
| Statistics | bool |
Gets or sets a value indicating whether or not to produce obfuscation statistics report.
|
| UnprotectProject | bool |
Gets or sets a value indicating whether to remove project protection.
|
| WarningsAsErrors | string |
Gets or sets a value specifiying a list of warnings to treat as errors.
|
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
|
