-
Notifications
You must be signed in to change notification settings - Fork 38
Update packages to newest versions #37
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
base: main
Are you sure you want to change the base?
Conversation
- Fix issues with CsvHelper 30.0.1
| } | ||
|
|
||
| Context = new CsvContext(this); | ||
| _leaveOpen = Configuration.LeaveOpen; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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
|
Can this please be merged? |
This change is