mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #921] [MERGED] Fix volume FileName property potentially missing #1348
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/921
Author: @Morilli
Created: 7/6/2025
Status: ✅ Merged
Merged: 7/7/2025
Merged by: @adamhathcock
Base:
master← Head:fix-volume-filename📝 Commits (1)
aa9cf19Fix volume FileName property potentially missing📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
src/SharpCompress/Common/Volume.cs(+3 -1)📄 Description
If the
ReaderOptionshasLeaveStreamOpenset (which is set to true by default), the stream used to report a volume'sFileNamewas aNonDisposingStreaminstead of the originally passed in stream, which never worked.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.