InspectCode

Support for reading issues reported by JetBrains InspectCode in XML format is implemented in the Cake.Issues.InspectCode addin.

Note

Starting from version 2024.1, the default output format of JetBrains InspectCode is Static Analysis Results Interchange Format (SARIF). The XML format, which was the default in previous versions, will soon be deprecated. Results in the XML format are still available with the -f="xml" parameter.

This issue provider is only for the deprecated XML format. For the new default SARIF format Cake.Issues.Sarif can be used.