How do you clear the DPA cache in Resharper?

I'd like to clear the DPA results cache so I can start clean.  I can't seem to find any way to do that in the UI.  Using Resharper 2022.3.2 on Visual Studio 2022 x64.

0
2 comments

Hello,

Do you want to delete all found issues or drop the DPA database in general? If you want to clear the list of issues, you can do it using Ctrl+A (select all) -> Delete in "Dynamic program analysis" window.

To delete the DPA database:

- Find the location of solution caches (Configure caches | ReSharper Documentation (jetbrains.com)), %LOCALAPPDATA%\JetBrains\Transient by default
- Find solution caches for the appropriate Visual Sudio and R# version, e.g., ReSharperPlatformVs17\v223_1225b0b4\SolutionCaches
- Find folder with your solution name
- Delete "DPA.00" folder

1

Thanks.  Didn't think of the select-all/delete option.

0

Please sign in to leave a comment.