How to specify "/properties" in .Net inspections ?
Hi all,
I need to pass /properties:SolutionDir=My\Solution\Repo\;OutDir=My\Solution\BinDir\ to be get proper result with inspectCode command line tool.
(as specified here =http://confluence.jetbrains.com/display/NETCOM/Introducing+InspectCode#IntroducingInspectCode-Settings)
How can i do that through Team City ?
Thank you for helping,
Florent
Please sign in to leave a comment.
Hi,
Now there is no such parameter in TeamCity Inspections (.NET) runner UI. Please watch/vote for feature request - http://youtrack.jetbrains.com/issue/TW-34103.
As for now you can create a command line runner and run inspectcode with needed parameters.
Thanks for pointing feature request.
If i launch a commandline runner, would i be able to publish xml results in the same "code inspections" tab ?
Yes, you can use service messages to import XML report:
Thanks you very much, i finally ended up to make things works