mkaring / ConfuserEx

An open-source, free protector for .NET applications
https://mkaring.github.io/ConfuserEx/
MIT License
2.31k stars 350 forks source link

Have the Confuser-CLI as a nuget package, so that it can be run by another post build step #452

Open Smurf-IV opened 2 years ago

Smurf-IV commented 2 years ago

i.e. I want to run it after recursively signing assemblies, and pass in the crproj of the signed outputs, as part of a sequence of post (or pre installer) build steps.

And thus I would not need to "Checkin" binaries into a source control !

mkaring commented 2 years ago

Any specific reason why you are not just using the msbuild package that serves exactly that purpose?

You'll find the documentation for it in the wiki

Smurf-IV commented 1 year ago

Reasons: