WPF application is not just an assembly, it contains bamls (compiled xaml) and needs mork (haha, funny typo, mork = more work). Either look for wpf obsfucator or do not fiddle with classes used in xamls. Another possibility I can think of: you can extract important code into separate class library (dll) and obsfucate only this assembly.
↧