문제

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

도움이 되었습니까?

해결책

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).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top