[PR #337] Added ability to leave tar archive open after stream is closed #975

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

Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/337

State: closed
Merged: Yes


I'm not sure if this flag should be included in WriterOptions since no other archives could support it. Moreover zip archive also has finalization logic but there is no sense to leave it open since it is not possible to resume zip archive writing (correct me if I'm wrong and I'll move this flag to WriterOptions).

If there are no objections with this approach - I'll add tests for these changes.
Related to #323

**Original Pull Request:** https://github.com/adamhathcock/sharpcompress/pull/337 **State:** closed **Merged:** Yes --- I'm not sure if this flag should be included in WriterOptions since no other archives could support it. Moreover zip archive also has finalization logic but there is no sense to leave it open since it is not possible to resume zip archive writing (correct me if I'm wrong and I'll move this flag to WriterOptions). If there are no objections with this approach - I'll add tests for these changes. Related to #323
claunia added the pull-request label 2026-01-29 22:18:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#975