Using the code analysis tools (FxCop) I'm surprised how much information is visible inside the application exe file:
- Class names
- Methods
- Argument count/types/passing mathods
- etc
I have tried to make the app a release, do not include any debug info, but still, lot of "coding" info is present.
Is there any option how to "strip" such meta info? Is this needed for reflection?