mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #659] [MERGED] Dependency updates and start of enforcing some C# standards #1144
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/659
Author: @adamhathcock
Created: 4/21/2022
Status: ✅ Merged
Merged: 4/21/2022
Merged by: @adamhathcock
Base:
master← Head:updates📝 Commits (2)
6950eebDependency updates and start of enforcing some C# standards0379903Fix tests📊 Changes
27 files changed (+721 additions, -158 deletions)
View changed files
➕
.editorconfig(+543 -0)➕
.github/dependabot.yml(+6 -0)📝
.github/workflows/dotnetcore.yml(+2 -2)📝
build/Program.cs(+65 -65)📝
build/build.csproj(+3 -3)📝
src/SharpCompress/Archives/Rar/RarArchiveVolumeFactory.cs(+4 -4)📝
src/SharpCompress/Common/SevenZip/ArchiveReader.cs(+1 -1)📝
src/SharpCompress/Common/SevenZip/CFolder.cs(+2 -2)📝
src/SharpCompress/Common/Zip/ZipFilePart.cs(+1 -1)📝
src/SharpCompress/Compressors/Deflate/Zlib.cs(+22 -22)📝
src/SharpCompress/Compressors/LZMA/AesDecoderStream.cs(+2 -2)📝
src/SharpCompress/Compressors/LZMA/LZ/LzBinTree.cs(+2 -2)📝
src/SharpCompress/Compressors/LZMA/LzmaEncoder.cs(+2 -2)📝
src/SharpCompress/Compressors/LZMA/Utilites/Utils.cs(+2 -2)📝
src/SharpCompress/Compressors/PPMd/H/RangeCoder.cs(+4 -4)📝
src/SharpCompress/Compressors/Xz/MultiByteIntegers.cs(+1 -1)📝
src/SharpCompress/Readers/AbstractReader.cs(+9 -4)📝
src/SharpCompress/SharpCompress.csproj(+5 -5)📝
src/SharpCompress/Utility.cs(+3 -3)📝
tests/SharpCompress.Test/SevenZip/SevenZipArchiveTests.cs(+8 -8)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.