2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'IsDefined' of github.com:jnyrup/CsvHelper into jnyrup-IsDefined More... 2 months ago
Xml comments and ncrunch setting. More... 2 months ago
Use IsDefined to check the presence of attributes More... 2 months ago
small perf improvements for CacheKey: - use private fields instead of private fields instead of public properties - check type first instead of argument type (default constructors will all have 0 arguments, so it's not a good first check) More... 6 months ago
Use a CacheKey struct for the ObjectCreator cache The implementation of Dictionary will use hash codes under the hood, but handle collisions correctly. By using a hashcode for the dictionary key we're preventing the .NET class from doing the right thing. More... 6 months ago
Remove accidental paste More... 7 months ago
Remove extra slashes More... 7 months ago
Update docs/getting-started/index.html to fix a typo More... 9 months ago
fix: dispose enumerator in CsvWriter.WriteRecordsAsync More... 9 months ago
Add benchmarking project and remove allocations More... 12 months ago
Fixed typo in type-conversion example More... about 1 year ago
Fix UseDefaultOnConversionFailure behavior for nullable types when default value is null More... about 1 year ago
Updated readme. More... about 1 year ago
Updated readme. More... about 1 year ago
Updated readme. More... about 1 year ago
Updated donations/sponsors on website. More... about 1 year ago
Added nullable to FastDynamicObject. More... about 1 year ago
Added more nullability. More... about 1 year ago
Change log updated. More... about 1 year ago
Changed package reference for Microsoft.Bcl.AsyncInterfaces to 8.0.0. More... about 1 year ago
DisposeAsync async enumerators in CsvWriter More... about 1 year ago
fix: error CS1061: 'ReadingContext' does not contain a definition for 'RegisterClassMap' and no accessible extension method 'RegisterClassMap' More... about 1 year ago
Updating Validate More... about 1 year ago
Added nullable. More... about 1 year ago
Dispose of IEnumerator in CsvWriter. More... about 1 year ago
Fixed issue with writing where an IEnumerable was getting projected twice. More... about 1 year ago
Updated change log. More... over 1 year ago
Fixed issue with FastDynamicObject.CopyTo. More... over 1 year ago
Implement the rest of the IDictionary<string, object> methods. More... over 1 year ago
Change log update. More... over 1 year ago