Skip to content

Conversation

@jprimke-AXAP
Copy link

@jprimke-AXAP jprimke-AXAP commented Dec 9, 2022

  • Fix issues with CsvHelper 30.0.1

This change is Reviewable

}

Context = new CsvContext(this);
_leaveOpen = Configuration.LeaveOpen;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this here, should result in this (and probably more) constructor(s) to have the option to set this directly instead.

sheetName, new CsvConfiguration(culture) {LeaveOpen= leaveOpen})
sheetName, new CsvConfiguration(culture))
{
_leaveOpen = leaveOpen;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This constructor should just pass leaveOpen to the "master" constructor to be consistent

@bsumter
Copy link

bsumter commented Apr 6, 2023

Can this please be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants