I have renamed symbols of a .NET program by
dotfuscator, and then load it into Xenocode PostBuild. I found that all Type Definitions are renamed, but Type References are not changed. I don't use PostBuild to rename Type References because I often get runtime error after renaming. I have to test carefully on every symbol to look which can be renamed and which can not be. For a big program, it's ...