mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-25 10:23:12 +00:00
The `TestBase` is not always able to delete the scratch folder in `Dispose()` because sometimes the files are still in use. This problem appears to be leaked file handles (likely due to incorrect handling of `IDisposable`). To avoid the problem for now, force a garbage collection prior to deleting the scratch folder.