Open
Description
At some point between v26.0.1 and v33.0.1, the LeaveOpen
property on the CsvConfiguration
class and the IWriterConfiguration
and IParserConfiguration
interfaces was removed, and replaced with a leaveOpen
parameter for the CsvReader
/ CsvWriter
/ CsvParser
constructors.
However, the change log does not list this change.
The last reference to LeaveOpen
is in v30.0.0:
Breaking Changes
...
Addedbool LeaveOpen { get; }
toIWriterConfiguration
.
Addedbool LeaveOpen { get; }
toIParserConfiguration
.
There is a reference in v30.0.1, which looks like a typo:
Fixed issue with
CsvWriter
not passingleavOpen
parameter to other constructor call.
But no reference to the property being removed.