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
EazfuscatorNetRunner
. See Comman Line Interface
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
Constructors
Name | Summary |
---|---|
Eazfuscator |
Properties
Name | Value | Summary |
---|---|---|
CheckVersion | bool |
Gets or sets a value specifing whether to check 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 specifing 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 property specifing whether or not to suppress 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 |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp 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
|