Obfuscation, Naming Conventions and Class Names

photomoosephotomoose Posts: 2
edited November 23, 2011 5:02AM in SmartAssembly
Hello,

I am using Caliburn Micro and Castle Windsor in my WPF application and have a number of naming conventions. For example, when Caliburn loads a class called SomethingViewModel, it will automatically initialise a class called SomethingView.

I need to obfuscate my code, but cannot change the class names otherwise the naming conventions will not work.

Is it possible to obfuscate the entire class without obfuscating the class name?

Thanks in advance,

Tom

Comments

Sign In or Register to comment.