SharpCompress/tests/SharpCompress.Test
Matt Kotsenas 3114afde0e Add workaround for in-use files
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.
2018-07-10 11:49:38 -07:00
..
GZip Create unique scratch path per test 2018-07-10 11:46:44 -07:00
Rar Create unique scratch path per test 2018-07-10 11:46:44 -07:00
SevenZip Mk/add support for extracting password protected LZMA(2) 7z archives (#324) 2017-12-04 10:55:30 +00:00
Streams Move test folder to be tests 2017-05-19 09:19:37 +01:00
Tar Create unique scratch path per test 2018-07-10 11:46:44 -07:00
Xz Make readonly and fix visibility 2018-05-05 19:23:34 +01:00
Zip Create unique scratch path per test 2018-07-10 11:46:44 -07:00
ADCTest.cs Lzip (#245) 2017-05-31 16:51:24 +01:00
ArchiveTests.cs Create unique scratch path per test 2018-07-10 11:46:44 -07:00
ForwardOnlyStream.cs Implemented ReadByte/WriteByte on streams to improve performance 2018-05-27 16:31:44 +02:00
ReaderTests.cs Create unique scratch path per test 2018-07-10 11:46:44 -07:00
RewindableStreamTest.cs Update to next version. Stop Zip64 tests from running all the time and some clean up 2017-05-19 10:10:23 +01:00
SharpCompress.Test.csproj Update dependencies and tests to .NET Core 2.1 2018-07-09 08:39:37 +01:00
TestBase.cs Add workaround for in-use files 2018-07-10 11:49:38 -07:00
TestStream.cs Doing some resharper clean up 2017-05-19 10:52:49 +01:00
WriterTests.cs Create unique scratch path per test 2018-07-10 11:46:44 -07:00