ReSharper Reset Cache
resharper_reset_cacheClears the ReSharper analysis cache so the next inspect or cleanup run rebuilds it from scratch. Use after a successful build to avoid stale results.
Instructions
Delete this solution's ReSharper analysis cache so the next inspect or cleanup rebuilds it from cold. The cure for inspect reporting compilation errors a successful build does not: a stale index serves those until the cache is dropped. Build first, because on a checkout that was never built or restored the errors are real and a reset only adds a cold analysis to the build it still needs. Costs the next call a full cold analysis, so it is not routine maintenance. A deleted checkout's cache outlives it: pass its old solution path as solutionPath to reclaim it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solutionPath | No | Path to the .sln/.slnx to run against. Overrides JB_SOLUTION_PATH and working-directory discovery. |