2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleanup. More... about 8 years ago
Fixing Line Ending Spanning Buffer More... about 8 years ago
Removed Excel specific code. The malformed fallback behavior that mimics Excel is still there. More... about 8 years ago
Merge branch 'master' of https://github.com/JoshClose/CsvHelper More... about 8 years ago
Changed ReadHeader to not set CurrentRecord to null. More... about 8 years ago
Merge pull request #675 from jpsingleton/master More... about 8 years ago
Tiny grammar fix to README More... about 8 years ago
Updated nuget scripts. Push may not be working correctly yet. More... over 8 years ago
Added CslCompliant back in. More... over 8 years ago
Removed un-needed info. More... over 8 years ago
Version bump. More... over 8 years ago
Removed AllowPartiallyTrustedCallers. More... over 8 years ago
Version bump. More... over 8 years ago
Removed redundant CheckHasBeenRead() call. More... over 8 years ago
Fixed project version number. More... over 8 years ago
Updated nuget push script. More... over 8 years ago
Only supporting netstandard1.3 now. Updated to VS2017. More... over 8 years ago
Fix up whitespace <-> tab conversion issue More... over 8 years ago
Fixed issue of skipping a character if a line ending was within a quoted field More... over 8 years ago
Changed default delmiter to current cultures list separator. More... over 8 years ago
Removed un-used code. More... over 8 years ago
Changing names to prepare to create PropertyMapBuilder More... over 8 years ago
Fixing post-merge issues. More... over 8 years ago
Merge branch 'master' of https://github.com/JoshClose/CsvHelper into ClassMapBuilderRedux More... over 8 years ago
Added tests for TypeConverterOptionsFactory using different cultures. More... almost 9 years ago
Cleanup. More... almost 9 years ago
Added CLSCompliant( true ) attribute to assembly. More... almost 9 years ago
Fixed issue with type converter options set in factory not working with auto mapping or explicit map. More... almost 9 years ago
Allow mapping to fields. By default, only properties will work when auto mapping. You can change a config value to choose properties, fields, or both. More... almost 9 years ago
Adding ClassMapBuilder. More... almost 9 years ago