[PR #271] [MERGED] Rework usage of WriterOptions for writers since it was inconsistently… #938

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/271
Author: @adamhathcock
Created: 7/8/2017
Status: Merged
Merged: 7/17/2017
Merged by: @adamhathcock

Base: masterHead: issue-270


📝 Commits (4)

  • f37716e Rework usage of WriterOptions for writers since it was inconsistently used.
  • 3bf69ea Merge branch 'master' into issue-270
  • 3343bcd Merge branch 'master' into issue-270
  • 307919a Merge branch 'master' into issue-270

📊 Changes

5 files changed (+9 additions, -11 deletions)

View changed files

📝 src/SharpCompress/Archives/GZip/GZipArchive.cs (+1 -1)
📝 src/SharpCompress/Writers/AbstractWriter.cs (+5 -7)
📝 src/SharpCompress/Writers/GZip/GZipWriter.cs (+1 -1)
📝 src/SharpCompress/Writers/Tar/TarWriter.cs (+1 -1)
📝 src/SharpCompress/Writers/Zip/ZipWriter.cs (+1 -1)

📄 Description

… used.

Fixes https://github.com/adamhathcock/sharpcompress/issues/270


🔄 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/271 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 7/8/2017 **Status:** ✅ Merged **Merged:** 7/17/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `issue-270` --- ### 📝 Commits (4) - [`f37716e`](https://github.com/adamhathcock/sharpcompress/commit/f37716eb07e75147f98c61ca98c7896f04629666) Rework usage of WriterOptions for writers since it was inconsistently used. - [`3bf69ea`](https://github.com/adamhathcock/sharpcompress/commit/3bf69eafa828ace6d835e8256c90f20c8d8cf859) Merge branch 'master' into issue-270 - [`3343bcd`](https://github.com/adamhathcock/sharpcompress/commit/3343bcd3bd2bc4e29cdeda9defcec096921faee3) Merge branch 'master' into issue-270 - [`307919a`](https://github.com/adamhathcock/sharpcompress/commit/307919abfe6dee37b90f77ba7e84ef8d503f5574) Merge branch 'master' into issue-270 ### 📊 Changes **5 files changed** (+9 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/GZip/GZipArchive.cs` (+1 -1) 📝 `src/SharpCompress/Writers/AbstractWriter.cs` (+5 -7) 📝 `src/SharpCompress/Writers/GZip/GZipWriter.cs` (+1 -1) 📝 `src/SharpCompress/Writers/Tar/TarWriter.cs` (+1 -1) 📝 `src/SharpCompress/Writers/Zip/ZipWriter.cs` (+1 -1) </details> ### 📄 Description … used. Fixes https://github.com/adamhathcock/sharpcompress/issues/270 --- <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:18:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#938