-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LeaveOpen removed from CsvConfiguration #2082
Comments
The changelog for version 30.0.0 incorrectly states in the breaking changes section that
While the properties were in fact removed. The public CsvParser(TextReader reader, IParserConfiguration configuration, bool leaveOpen = false) { ... }
public CsvWriter(TextWriter writer, IWriterConfiguration configuration, bool leaveOpen = false) { ... } |
Does this update impact ExcelWriter? I updated from from CsvHelper 27.2.1 to 30.0.1, and when calling the following:
Don't know if this is the right place to post this, but it seemed related. Reverted back to CsvHelper 27.2.1 to keep it moving. Thanks so much in advance, |
Has there been any movement on this issue? |
A fix to this would be an update to the change log. That setting is on the Reader/Parser/Writer constructor. |
Describe the bug
The property
LeaveOpen
was removed from theCsvConfiguration
class.To Reproduce
Attempt to update from 29.0.0 to 30.0.0.0 (or 30.0.1)
Expected behavior
LeaveOpen
should be available.Additional context
PR that removed the functionality: #1267
Specific commit: 283d68f
The text was updated successfully, but these errors were encountered: