You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FastCsvReader's dispose doesn't touch the wrapped TextReader, so the
underlying FileStream stayed open even after Dispose. Use the
FastCsvReader(stream, encoding, separator, leaveOpen) ctor directly.
Regression test in CsvStorageTests covers the init-then-append flow on
LocalFileSystem (where the leaked handle blocks the subsequent MoveFile).
0 commit comments