[PR #781] [MERGED] Update csharpier and fix formatting #1220

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/781
Author: @adamhathcock
Created: 11/15/2023
Status: Merged
Merged: 11/15/2023
Merged by: @adamhathcock

Base: masterHead: fix-formatting


📝 Commits (3)

  • 7080c2a Update csharpier and fix formatting
  • d28a278 Comment out flag to allow formatting
  • dc89c88 comment out more C++ bits

📊 Changes

40 files changed (+208 additions, -180 deletions)

View changed files

📝 .config/dotnet-tools.json (+1 -1)
📝 src/SharpCompress/Archives/ArchiveFactory.cs (+2 -1)
📝 src/SharpCompress/Archives/Rar/RarArchive.cs (+3 -3)
📝 src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs (+7 -5)
📝 src/SharpCompress/Common/Rar/Headers/FileHeader.cs (+4 -5)
📝 src/SharpCompress/Common/Rar/RarVolume.cs (+5 -5)
📝 src/SharpCompress/Common/ReaderCancelledException.cs (+0 -1)
📝 src/SharpCompress/Common/Tar/TarReadOnlySubStream.cs (+2 -2)
📝 src/SharpCompress/Common/Zip/ZipHeaderFactory.cs (+3 -3)
📝 src/SharpCompress/Compressors/Deflate/DeflateManager.cs (+3 -2)
📝 src/SharpCompress/Compressors/Deflate/Inflate.cs (+0 -1)
📝 src/SharpCompress/Compressors/Deflate/ZlibBaseStream.cs (+1 -1)
📝 src/SharpCompress/Compressors/Deflate64/Deflate64Stream.cs (+1 -1)
📝 src/SharpCompress/Compressors/PPMd/I1/Model.cs (+2 -1)
📝 src/SharpCompress/Compressors/Rar/UnpackV1/Unpack.cs (+4 -3)
📝 src/SharpCompress/Compressors/Rar/UnpackV1/UnpackUtility.cs (+0 -1)
📝 src/SharpCompress/Compressors/Rar/UnpackV2017/FragmentedWindow.unpack50frag_cpp.cs (+1 -1)
📝 src/SharpCompress/Compressors/Rar/UnpackV2017/Unpack.cs (+4 -4)
📝 src/SharpCompress/Compressors/Rar/UnpackV2017/Unpack.rawint_hpp.cs (+5 -3)
📝 src/SharpCompress/Compressors/Rar/UnpackV2017/Unpack.unpack20_cpp.cs (+7 -5)

...and 20 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/781 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 11/15/2023 **Status:** ✅ Merged **Merged:** 11/15/2023 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `fix-formatting` --- ### 📝 Commits (3) - [`7080c2a`](https://github.com/adamhathcock/sharpcompress/commit/7080c2abd0d5d01070f695fc4d828f34cc777551) Update csharpier and fix formatting - [`d28a278`](https://github.com/adamhathcock/sharpcompress/commit/d28a278d632b1442ebdf17ee2c4e22be03f27f43) Comment out flag to allow formatting - [`dc89c88`](https://github.com/adamhathcock/sharpcompress/commit/dc89c8858e31d242b1fa9254ed2f2f04f4420521) comment out more C++ bits ### 📊 Changes **40 files changed** (+208 additions, -180 deletions) <details> <summary>View changed files</summary> 📝 `.config/dotnet-tools.json` (+1 -1) 📝 `src/SharpCompress/Archives/ArchiveFactory.cs` (+2 -1) 📝 `src/SharpCompress/Archives/Rar/RarArchive.cs` (+3 -3) 📝 `src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs` (+7 -5) 📝 `src/SharpCompress/Common/Rar/Headers/FileHeader.cs` (+4 -5) 📝 `src/SharpCompress/Common/Rar/RarVolume.cs` (+5 -5) 📝 `src/SharpCompress/Common/ReaderCancelledException.cs` (+0 -1) 📝 `src/SharpCompress/Common/Tar/TarReadOnlySubStream.cs` (+2 -2) 📝 `src/SharpCompress/Common/Zip/ZipHeaderFactory.cs` (+3 -3) 📝 `src/SharpCompress/Compressors/Deflate/DeflateManager.cs` (+3 -2) 📝 `src/SharpCompress/Compressors/Deflate/Inflate.cs` (+0 -1) 📝 `src/SharpCompress/Compressors/Deflate/ZlibBaseStream.cs` (+1 -1) 📝 `src/SharpCompress/Compressors/Deflate64/Deflate64Stream.cs` (+1 -1) 📝 `src/SharpCompress/Compressors/PPMd/I1/Model.cs` (+2 -1) 📝 `src/SharpCompress/Compressors/Rar/UnpackV1/Unpack.cs` (+4 -3) 📝 `src/SharpCompress/Compressors/Rar/UnpackV1/UnpackUtility.cs` (+0 -1) 📝 `src/SharpCompress/Compressors/Rar/UnpackV2017/FragmentedWindow.unpack50frag_cpp.cs` (+1 -1) 📝 `src/SharpCompress/Compressors/Rar/UnpackV2017/Unpack.cs` (+4 -4) 📝 `src/SharpCompress/Compressors/Rar/UnpackV2017/Unpack.rawint_hpp.cs` (+5 -3) 📝 `src/SharpCompress/Compressors/Rar/UnpackV2017/Unpack.unpack20_cpp.cs` (+7 -5) _...and 20 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:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1220