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
Eazfuscator.NET is the obfuscator for .NET platform. Sure, you love your code. We all do! Chances are that you want to shelter your precious intellectual property. Eazfuscator.NET helps to protect .NET code and your valuable assets. More information.
In order to use the commands for this addin, you will need to have Eazfuscator installed on the machine it is running on, also you will need the following in your cake file:
#addin nuget:?package=Cake.Eazfuscator.Net
- Assembly
- Cake
.Eazfuscator .Net .dll - Namespace
- Cake
.Eazfuscator .Net - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["EazfuscatorNetAliases"]
class Type type-node
Syntax
public static class EazfuscatorNetAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
EazfuscatorNet |
void |
Executes Eazfuscator.Net.exe on single file using the specified settings.
static
|
EazfuscatorNet |
void |
Executes Eazfuscator.Net.exe on single file.
static
|
EazfuscatorNet |
void |
Executes Eazfuscator.Net.exe on selection of files using the specified settings.
static
|
EazfuscatorNet |
void |
Executes Eazfuscator.Net.exe on selection of files.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|