Page 1 of 1

Code analysis tool in Ranorex IDE

Posted: Wed Nov 23, 2016 2:42 am
by sergii
Since recently we have integration with Nuget in the Ranorex 6.
What code quality, code coverage, and other tools have you been able to use natively in IDE?
I know that you can import project in the regular visual studio and after spending some time make it work there, but I want to use something that can be accomplished within Ranorex IDE itself.

Re: Code analysis tool in Ranorex IDE

Posted: Wed Nov 23, 2016 8:59 am
by odklizec
Hi,

Since Ranorex is built on top of SharpDevelop, I think the only currently available option for static code analysis is something called FxCop. You need to download and install this tool (I believe it's a part of .Net SDK package or check this link: http://icompile.eladkarako.com/fxcop-download/), then set its path in Ranorex >> Tools >> Options >> Tools >> Code Analysis section. Then follow this post here to learn how to use it:
http://community.sharpdevelop.net/forum ... 24806.aspx