[PR #659] [MERGED] Dependency updates and start of enforcing some C# standards #1144

Closed
opened 2026-01-29 22:19:12 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: updates


📝 Commits (2)

  • 6950eeb Dependency updates and start of enforcing some C# standards
  • 0379903 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/659 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 4/21/2022 **Status:** ✅ Merged **Merged:** 4/21/2022 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `updates` --- ### 📝 Commits (2) - [`6950eeb`](https://github.com/adamhathcock/sharpcompress/commit/6950eebf9fa04fea4a800bcf38eedf1bb6f6ef8b) Dependency updates and start of enforcing some C# standards - [`0379903`](https://github.com/adamhathcock/sharpcompress/commit/03799036890bcdba4c6d525aebd1b4cdffd8c2ce) Fix tests ### 📊 Changes **27 files changed** (+721 additions, -158 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:19:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1144