ConfuserEx icon indicating copy to clipboard operation
ConfuserEx copied to clipboard

Update ConfuserEngine.cs - Do not create debug files when debug=false

Open horschmwagner opened this issue 2 years ago • 3 comments

Confuser does write debug files (.pdb) even if debug=false in project file.

horschmwagner avatar Mar 02 '23 14:03 horschmwagner

:white_check_mark: Build ConfuserEx 1033 completed (commit https://github.com/mkaring/ConfuserEx/commit/3bdd9fe102 by @horschmwagner)

AppVeyorBot avatar Mar 02 '23 14:03 AppVeyorBot

Why does git show so many changes when really only lines 424-425 changed? xd

if(!context.Project.Debug)
	return;

Guiorgy avatar Nov 03 '23 13:11 Guiorgy

if(!context.Project.Debug)
	return;

The IDE tried to refactor the code apparently..

TheHellTower avatar Nov 05 '23 06:11 TheHellTower