mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #550] [MERGED] Improve Code Quality 3 #1089
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/550
Author: @iamcarbon
Created: 11/18/2020
Status: ✅ Merged
Merged: 11/18/2020
Merged by: @adamhathcock
Base:
master← Head:cq📝 Commits (10+)
9576867Enable C# 9c61ee0cUpdate depsdd48e42Simplify .NET framework code exclusions, bump min .NET framework version to 4.6.1b0101f2Eliminate culture specific StartsWith comparisions8090d26Add polyfills for string.EndWith(char) && string.Contains(char)d8804aeImprove conditional logic to prepare to add .NETCOREAPP targetfa241bbInline variable declarations0129a93Remove NETSTANDARD1_3 symbole47e1d2Format AesDecoderStreama1d45b4Format ArchiveFactory📊 Changes
21 files changed (+143 additions, -175 deletions)
View changed files
📝
src/SharpCompress/Archives/AbstractArchive.cs(+7 -7)📝
src/SharpCompress/Archives/AbstractWritableArchive.cs(+2 -3)📝
src/SharpCompress/Archives/ArchiveFactory.cs(+37 -52)📝
src/SharpCompress/Archives/Rar/RarArchiveVolumeFactory.cs(+3 -5)📝
src/SharpCompress/Common/ArchiveEncoding.cs(+1 -1)📝
src/SharpCompress/Common/ExtractionMethods.cs(+4 -6)📝
src/SharpCompress/Common/Rar/Headers/NewSubHeaderType.cs(+13 -19)📝
src/SharpCompress/Common/SevenZip/ArchiveReader.cs(+1 -1)📝
src/SharpCompress/Common/SevenZip/CMethodId.cs(+1 -1)📝
src/SharpCompress/Common/Zip/Headers/ZipFileEntry.cs(+2 -2)📝
src/SharpCompress/Compressors/BZip2/BZip2Stream.cs(+1 -1)📝
src/SharpCompress/Compressors/Deflate/GZipStream.cs(+5 -5)📝
src/SharpCompress/Compressors/LZMA/AesDecoderStream.cs(+36 -62)📝
src/SharpCompress/Compressors/LZMA/LZipStream.cs(+1 -1)📝
src/SharpCompress/Compressors/Xz/Filters/BlockFilter.cs(+1 -1)📝
src/SharpCompress/Crypto/Crc32Stream.cs(+1 -1)📝
src/SharpCompress/IO/NonDisposingStream.cs(+1 -1)📝
src/SharpCompress/Polyfills/StreamExtensions.cs(+1 -1)➕
src/SharpCompress/Polyfills/StringExtensions.cs(+19 -0)📝
src/SharpCompress/SharpCompress.csproj(+5 -4)...and 1 more files
📄 Description
A handful of tiny cleanups and precursor work to introduce hardware accelerated checksum algorithms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.