[PR #921] Fix volume FileName property potentially missing #1352

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

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

State: closed
Merged: Yes


If the ReaderOptions has LeaveStreamOpen set (which is set to true by default), the stream used to report a volume's FileName was a NonDisposingStream instead of the originally passed in stream, which never worked.

**Original Pull Request:** https://github.com/adamhathcock/sharpcompress/pull/921 **State:** closed **Merged:** Yes --- - closes #920 If the `ReaderOptions` has `LeaveStreamOpen` set (which is set to true by default), the stream used to report a volume's `FileName` was a `NonDisposingStream` instead of the originally passed in stream, which never worked.
claunia added the pull-request label 2026-01-29 22:20:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1352