After obfuscating my project, it stops working. I see the message "object reference not set to an instance of an object" when I start it up.
I tried using:
[assembly: Obfuscation(Feature = "optimization", Exclude = true)]
[System.Reflection.ObfuscationAttribute(Feature = "properties renaming")]
[Obfuscation(Exclude = true)]
[System.Reflection.ObfuscationAttribute(Feature = "renaming", ApplyToMembers = true)]
Nothing helps. Does anyone have any ideas?