actions-marketplace-validations/Resharper CI
An action that runs the ReSharper inspectcode tool
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| solution | Path to your solution file, ex: MyProject.sln | yes | — |
| profile | Path to your .DotSettings file | no | — |
| severity | Set minimal reported severity level to [INFO, HINT, SUGGESTION, WARNING, ERROR]. Default to WARNING | no | WARNING |
| include | Semicolon-separated list of relative paths or wildcards that define the files to include during the inspection | no | — |
| exclude | Semicolon-separated list of relative paths or wildcards that define the files to exclude during the inspection | no | — |
| discard-issues | Semicolon-separated list of IssueType Ids that will be ignored | no | — |
| build | Should project be builded before checks, defaults to true | no | true |
| hide-output | Hides output of build ('dotnet build') and resharper ('jb inspectcode ...') | no | true |
Outputs
no outputs