Lex Li

Results 598 comments of Lex Li
trafficstars

I think it should be split into several pull requests for me to review. Some of the changes (logging related) are trivial while others can be further discussed. I cannot...

Thanks. Then I might have to cherry pick the commits, instead of accepting them in this pull request. I will close this one once I finish reviewing each commits.

@GF-Huang you can try 3sharp's fork out yourself https://github.com/3shape/obfuscar I don't plan to accept this pull request yet, because at least it doesn't work for a few key projects of...

@mv3shape They are relatively large closed source projects, so I won't be able to share much information.

No plan to implement this, but pull requests are welcome.

You have to give more context about this error.

@ShaunAtSense Obfuscar does not process your project file. What's the command line you use to run Obfuscar and what is the content of your configuration file (XML)?

Can you try `"$(Obfuscar)" -s "$(ProjectDir)obfuscar.xml"`?

You can check the FAQ. There is another open source project to achieve that, http://docs.obfuscar.com/en/latest/support/faq.html#how-to-analyze-exception-call-stack-if-obfuscated

Generally speaking, adding too many keyboard shortcuts is not recommended for an extension, as it might conflict with other extensions (or VSCode). So I don't plan to accept it at...