You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't analyze InspectCode report because the XML file to analyze defined by property resharper.clt.cs.reportPath does not exist: 'inspectcode_result.xml'.
#8
Hi,
in azure pipeline report this "Can't analyze InspectCode report because the XML file to analyze defined by property resharper.clt.cs.reportPath does not exist: 'inspectcode_result.xml'."
The text was updated successfully, but these errors were encountered:
Just to clarify: this ReSharper/InspectCode plugin for SonarQube imports the findings of an InspectCode analysis. But it does not on its own call InspectCode. You have to execute InspectCode from your build script (or your azure pipeline) and tell InspectCode in the command line the name of the output file (the same filename that you specify in SonarQube).
Something like inspectcode.exe "solution_name.sln" --output="inspectcode_result.xml"
Do you already do that? The build log should then confirm this inspectcode execution.
Hi,
in azure pipeline report this "Can't analyze InspectCode report because the XML file to analyze defined by property resharper.clt.cs.reportPath does not exist: 'inspectcode_result.xml'."
The text was updated successfully, but these errors were encountered: