I understood that tool only runs on .net assemblies. Is there any way to make it run on source files instead ? Even if it requires source modification , i would like to know the possibility.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, it can’t. The way it works is by inspecting the IL code from the compiled binary, so source code modifications wouldn’t help.
It’s not a significant limitation, anyway (if you make heavy use of conditionals you will want to run it on the binaries built with the different flags).