dotnet / project-system-tools

Tools for working with the C#/VB/F# project system.
MIT License
270 stars 42 forks source link

Binlog files clutter %TEMP% #492

Open sharwell opened 2 months ago

sharwell commented 2 months ago

During a review this morning, .binlog files created by this tool were responsible for half of the total files located immediately under %TEMP%. It appears that the tool is failing to consolidate these under a subfolder, making them difficult to manage.

I would suggest relocating them to %TEMP%\project-system-tools (matching this repository name) for clarity.

drewnoakes commented 1 month ago

I thought the extension would clean these up from time to time, but looking now, they don't.

I'll add a folder under %TEMP%. But do you think it'd also make sense to try and delete that folder whenever you press the "clear logs" button in the UI? That'd be an easy change too.