dotnet / roslyn-sdk

Roslyn-SDK templates and Syntax Visualizer
MIT License
517 stars 256 forks source link

Support customization and cleanup of temporary test packages #487

Open sharwell opened 4 years ago

sharwell commented 4 years ago

From @jmarolf in https://github.com/dotnet/roslyn-sdk/pull/478#discussion_r392738957:

should we give the user the option to specify this location? also, when are these resources cleaned up?

sharwell commented 4 years ago

Currently the packages are never cleaned up. They are placed in a test-packages subfolder so it can be easily deleted without impacting other packages or temporary files on the machine.