.net - What is time consuming using Dotfuscator? -


i have obfuscate large solution (~200 assemblies) using dotfuscator pro 4.10. last run took ~4hr, , quite long, longer build itself. time consuming? mean, can modify settings. maybe ask perform job takes long time not essential me.

any idea?

thanks.

update: code in c++/cli native calls.

there things can try:

  • don’t run build in dotfuscator gui. instead, run @ command line or msbuild.
  • on settings tab > global options, under general, set build progress “quiet”.
  • on settings tab > reports > smart obfuscation, set report verbosity “warnings only”.

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -