I differentiate some code with #if DEBUG #else blocks.
But when I publish the app in Release mode it always considers the debug code.
When I switch between Debug & Release, I can see the right code blocks being grayed out etc.
What is happening? Any way out here?