Skip to content
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

Updating Surge Fork of CsvHelper #1

Open
wants to merge 518 commits into
base: master
Choose a base branch
from

Conversation

brianseim
Copy link
Collaborator

No description provided.

JoshClose and others added 30 commits April 27, 2022 13:32
ShouldSkipRecord is null by default and won't get called if not set.
ShouldSkipRecordArgs holds IReaderRow now instead of string[]. (Breaking change)
… of CsvConfiguration.

Added method Validate to IParserConfiguration. (Breaking change)
…MapData passed to them when converting the item.
- Strips escaped text based on mode.
- Only looks for delimiters that appear on every line.
- Uses CultureInfo.TextInfo.ListSeparator if it's on every line.
CsvReader constructor forgot to pass the CsvConfiguration parameter in the given example.
…ectionOptions.

Options are None (default), Escape, Strip, and Exception.
Escape follows OWASP recommendations.
Breaking change.
Moved delimiter detection out of parser and into configuration functions.
Fixed some invalid detection issues.
Breaking change.
Pass configuration in the CsvReader constructor
Add missing ConfigureAwait(false) calls to avoid deadlocking in synch…
Fix TryGetField exception
JoshClose and others added 30 commits February 29, 2024 11:04
Docs build.
Updated package reference versions.
Docs build.
Docs build.
GuidConverter should be consistent with other value converters
🔨 GuidConverter should be consistent
- removed duplicate type resolving
- optimized Type HashCodes
- reduced memory allocation during writes
Changed ExpandoObjectRecordWriter to be used with any IDictionary<string, object>.
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.