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
description: 'Inspect code with ReSharper Command Line Tool and annotate PR'
author: 'muno92'
inputs:
solutionPath:
required: true
description: Path to Solution file to be inspected.
failOnIssue:
required: false
default: '1'
description: Whether the action should fail if there are any issues.
version:
required: false
description: Version of the Resharper CLI tool to install. Defaults to the latest available.
minimumSeverity:
required: false
description: Minimum severity for issues to cause the action to fail. Defaults to "notice". Ignored if failOnIssue is set to '0'.
default: 'notice'
exclude:
required: false
description: Relative path(s) or file masks that define which files to exclude during the inspection.
ignoreIssueType:
required: false
description: Comma-separated list of issue types to ignore.
solutionWideAnalysis:
required: false
description: Explicitly enable or disable solution-wide analysis. If not specified, solution-wide analysis will be enabled or disabled based on the existing settings.