Skip to content

Update packages to newest versions#37

Open
jprimke-AXAP wants to merge 2 commits intoyoungcm2:mainfrom
jprimke:updatepackage
Open

Update packages to newest versions#37
jprimke-AXAP wants to merge 2 commits intoyoungcm2:mainfrom
jprimke:updatepackage

Conversation

@jprimke-AXAP
Copy link
Copy Markdown

@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;
Copy link
Copy Markdown

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;
Copy link
Copy Markdown

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
Copy Markdown

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