ReSharper Cleanup Code
resharper_cleanupRun ReSharper code cleanup to reformat and normalize specified files in place, applying the solution's cleanup profile.
Instructions
Run ReSharper code cleanup to reformat and normalize files in place.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | File paths to clean up. Each is relative to the solution root, or absolute. jb matches them against the files that belong to a project in the solution, so one that is on disk but in no project matches nothing. Wildcards are allowed and expanded by jb; a non-wildcard path that does not exist fails the whole call before anything is rewritten. An element joining several paths with ; or , is split into separate paths. | |
| profile | No | ReSharper cleanup profile name. Defaults to the profile the solution declares, else full cleanup. | |
| solutionPath | No | Path to the .sln/.slnx to run against. Overrides JB_SOLUTION_PATH and working-directory discovery. |