Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
ぷこるふ
2026-04-21 09:32:27 +09:00
committed by GitHub
parent ea950457f5
commit 8d193db721

View File

@@ -24,7 +24,7 @@ namespace SharpCompress.Readers;
public sealed record ReaderOptions : IReaderOptions
{
/// <summary>
/// SharpCompress will keep the supplied streams open.
/// Whether SharpCompress leaves the supplied streams open when the reader/archive is disposed.
/// Default is false as of v0.21: streams are closed when the archive/reader is disposed.
/// Set to true when passing caller-owned streams that should not be disposed.
/// </summary>