You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BZip2InputStream CanSeek property should return false instead of the baseStream.CanSeek, as the seek function throws an exception stating that it cannot seek.
The text was updated successfully, but these errors were encountered:
* icsharpcode/master: (168 commits)
Update readme with State of the Union August 2017 link + looking for new maintainer
-alpha2 preview package with latest fixes from @siegfriedpammer
Remove metrics
Fixicsharpcode#13 - TAR does not have enough EOF blocks
[BZip2] Enforce baseStream to be non-null in BZip2InputStream and BZip2OutputStream (constructor now throws an ArgumentNullException).
fixicsharpcode#11 - BZip2InputStream CanSeek should be false
Minimal build server is back online (only build & run unit tests)
For testing purposes, rename appveyor.yml
Minimal text to direct developers to either generated API documentation, Wiki or other important URLs.
Help building instructions (intentionally atm not checking in api/*.yml)
Fix all warnings
Fix XML comment warnings
"docfx metadata" currently failing
docfx init -q
Switch samples from source reference to Nuget package reference (currently alpha1)
Remove old SHFB-generated help file (.chm)
Enable Nuget package generation as well as Xml doc gen
Zip: Move tests to separate files
Disable PasswordCheckingWithDateInExtraData test
Disable ReadingOfLockedDataFiles test
...
# Conflicts:
# .gitignore
# README.md
# src/ICSharpCode.SharpZLib.csproj
# src/ICSharpCode.SharpZipLib/Zip/ZipFile.cs
The BZip2InputStream CanSeek property should return false instead of the baseStream.CanSeek, as the seek function throws an exception stating that it cannot seek.
The text was updated successfully, but these errors were encountered: