muno92/ReSharper CLI InspectCode

Inspect code with ReSharper Command Line Tool and annotate PR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
solutionPathPath to Solution file to be inspected.yes
failOnIssueWhether the action should fail if there are any issues.no1
versionVersion of the Resharper CLI tool to install. Defaults to the latest available.no
minimumReportSeverityMinimum severity for issues to be reported. Defaults to "HINT". [INFO, HINT, SUGGESTION, WARNING, ERROR]nohint
minimumSeverityMinimum severity for issues to cause the action to fail. Defaults to "notice". Ignored if failOnIssue is set to '0'.nonotice
excludeRelative path(s) or file masks that define which files to exclude during the inspection.no
includeRelative path(s) or file masks that define which files to include during the inspection.no
workingDirectoryThe working directory in which to run the `jb` command and to which all paths/patterns are relative.no
ignoreIssueTypeComma-separated list of issue types to ignore.no
solutionWideAnalysisExplicitly enable or disable solution-wide analysis. If not specified, solution-wide analysis will be enabled or disabled based on the existing settings.no
extensionsComma-separated list of extensions to install.no
noBuildLet you specify whether to build the target solution before starting the analysis. By default (false), InspectCode always builds the solution.nofalse
cachesHomeLets you specify a custom location for the data that InspectCode caches.no
propertiesLets you override MSBuild properties. You can use a semicolon to separate multiple properties --properties:prop1=val1;prop2=val2.no
dotnetVersionLets you specify the version of the .NET SDK to use.no
verbositySets the verbosity level of the output. [OFF, FATAL, ERROR, WARN, INFO, VERBOSE, TRACE]no

no outputs