开发者

fxcop fails because of references on obfuscated assemblies

开发者 https://www.devze.com 2023-01-16 22:01 出处:网络
I need to run fxcop on a project that refere开发者_开发技巧nces an obfuscated commercial assembly (from dotnetremoting.com). Fxcop tries to load the obfuscated assembly and fails...

I need to run fxcop on a project that refere开发者_开发技巧nces an obfuscated commercial assembly (from dotnetremoting.com). Fxcop tries to load the obfuscated assembly and fails... I have got exactly the same problem with Mono Gendarme. It also tries to analyse referenced assemblies and fails. Thanks in advance for your responses

Alex


Gendarme has a test suite (unit tests and 'weird' binaries) that is used to ensure it does not fail* when loading assemblies. * at least not totally fail, if Cecil cannot load the assembly then it will be ignored.

You can contribute to both by submitting code - or tell where to find the binaries (if they are publicly available, e.g. a demo version).

0

精彩评论

暂无评论...
验证码 换一张
取 消