openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
CsvHelper
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
about 17 hours
ago.
Aug 01, 2024 — Aug 01, 2025
Showing page 2 of 51
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'IsDefined' of github.com:jnyrup/CsvHelper into jnyrup-IsDefined
Josh Close
More...
2 months ago
Xml comments and ncrunch setting.
Josh Close
More...
2 months ago
Use IsDefined to check the presence of attributes
Jonas Nyrup
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)
Scott Favre
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.
Scott Favre
More...
6 months ago
Remove accidental paste
Kevin B
More...
7 months ago
Remove extra slashes
Kevin B
More...
7 months ago
Update docs/getting-started/index.html to fix a typo
marijnz0r
More...
9 months ago
fix: dispose enumerator in CsvWriter.WriteRecordsAsync
vchirikov
More...
9 months ago
Add benchmarking project and remove allocations
Nik Karpinsky
More...
12 months ago
Fixed typo in type-conversion example
Alexander Lüttig
More...
about 1 year ago
Fix UseDefaultOnConversionFailure behavior for nullable types when default value is null
twinee
More...
about 1 year ago
Updated readme.
Josh Close
More...
about 1 year ago
Updated readme.
Josh Close
More...
about 1 year ago
Updated readme.
Josh Close
More...
about 1 year ago
Updated donations/sponsors on website.
Josh Close
More...
about 1 year ago
Added nullable to FastDynamicObject.
Josh Close
More...
about 1 year ago
Added more nullability.
Josh Close
More...
about 1 year ago
Change log updated.
Josh Close
More...
about 1 year ago
Changed package reference for Microsoft.Bcl.AsyncInterfaces to 8.0.0.
Josh Close
More...
about 1 year ago
DisposeAsync async enumerators in CsvWriter
Raphael Schweizer
More...
about 1 year ago
fix: error CS1061: 'ReadingContext' does not contain a definition for 'RegisterClassMap' and no accessible extension method 'RegisterClassMap'
trnq1ll0
More...
about 1 year ago
Updating Validate
Jason H Caruso
More...
about 1 year ago
Added nullable.
Josh Close
More...
about 1 year ago
Dispose of IEnumerator in CsvWriter.
Josh Close
More...
about 1 year ago
Fixed issue with writing where an IEnumerable was getting projected twice.
Josh Close
More...
about 1 year ago
Updated change log.
Josh Close
More...
over 1 year ago
Fixed issue with FastDynamicObject.CopyTo.
Josh Close
More...
over 1 year ago
Implement the rest of the IDictionary<string, object> methods.
Josh Close
More...
over 1 year ago
Change log update.
Josh Close
More...
over 1 year ago
←
1
2
3
4
5
6
7
8
9
…
50
51
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree