Old updates and disk space
Is it possible to get a list of what can be deleted, or improve autoupdate, to delete older data that is kept after an update?
I see a lot of old folders in AppData\Local\LINQPad for many, many versions for LINQPad, DataContextCache, ILSpy and Logs. What is needed and what can be deleted?
Thanks!
Comments
All the subfolders inside %localappdata%\LINQPad can be deleted with the following caveats:
drivers
will delete any third-party drivers, so you will have to download them againMSALCache
will delete saved OAuth tokens, so you will have to re-authenticate(
NuGet.FW46` for LINQPad 5) will delete LINQPad's package cache, so you'll have to restore packages when promptedsessions
will delete files that are shelved when you close LINQPad without savingThe other folders are for logs and caches. If deleted, LINQPad will automatically rebuild them as required.