ReSharper Cleanup Code
resharper_cleanupApply ReSharper code cleanup to reformat and normalize files in place, processing the entire solution per call to batch all modified files.
Instructions
Run ReSharper code cleanup to reformat and normalize files in place. Each call analyses the whole solution whatever the file count, so make one call per task with every modified file in it.
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, which nothing here can detect. 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. |