Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

autorecover location for linqpad

Tags:

q

linqpad

Where do the autorecover files get saved for linqpad? I lost some queries, and like SSMS, I'm hoping the files are still there, but the autorecover is just not pulling them up for some reason when I start up linqpad.

Alternatively, does linqpad compile to a temporary location? I could recover my work by decompiling the query.

like image 992
b_levitt Avatar asked Sep 21 '16 04:09

b_levitt


1 Answers

LINQPad's autorecover location is %temp%\LINQPad5

Under there, there are subfolders prefixed with an underscore for each active session. Inside the subfolders is a file with a .autosave extension. The query assemblies are also stored in there.

like image 108
Joe Albahari Avatar answered Nov 01 '22 03:11

Joe Albahari