Cake.Eazfuscator.Net

Cake addin that extends Cake with ability to use Eazfuscator.Net.

#addin nuget:?package=Cake.Eazfuscator.Net&version=0.2.0

dotnet add package Cake.Eazfuscator.Net --version 0.2.0

<PackageReference Include="Cake.Eazfuscator.Net" Version="0.2.0" />

Aliases

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

General

EazfuscatorNet(FilePath, EazfuscatorNetSettings) Executes Eazfuscator.Net.exe on single file using the specified settings.
EazfuscatorNet(FilePath) Executes Eazfuscator.Net.exe on single file.
EazfuscatorNet(IEnumerable<FilePath>, EazfuscatorNetSettings) Executes Eazfuscator.Net.exe on selection of files using the specified settings.
EazfuscatorNet(IEnumerable<FilePath>) Executes Eazfuscator.Net.exe on selection of files.