Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does dotPeek store it's cache?

I was using dotPeek and my connection dropped right when it was going online to get some code for a given class. So my router has supplied it with 500 gateway page and now whenever I try to look at the code for that class I instead get an html view of that router page i.e. its been cached.

The problem is there doesn't seem to be any way to clear it. I've deleted everything in AppData for JetBrains for both roaming and local but to no effect.

Where is the disassembly cache for dotPeek?

like image 337
rism Avatar asked Oct 16 '25 08:10

rism


2 Answers

For me, version 1.2 stores in C:\Users\{username}\AppData\Local\JetBrains\dotPeek\v1.2\DecompilerCache

like image 129
JarmoP Avatar answered Oct 19 '25 05:10

JarmoP


Well thank heavens for process monitor. It stores it's cache in a directory like so:

C:\Users\rism\AppData\Local\Symbols\src\source.NET\4\DEVDIV_TFS\Dev10\Releases\RTMRel\ndp\fx\src\xsp\System\Web\Routing\RouteCollection.cs

enter image description here

like image 42
rism Avatar answered Oct 19 '25 04:10

rism



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!