Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/joshclose/CsvHelper

Library to help reading and writing CSV files
https://github.com/joshclose/CsvHelper

Revert "First docs build from react-static upgrade."

This reverts commit 4fcccda19518388d7bf4aa6819d9ea8416f0c0b9.

9391bc9c8dc6a982bc9bf633aaf9911e29284693 authored almost 5 years ago by Josh Close <[email protected]>
Docs build.

fdff2b2d44c64b5328df5f5bb02a8c3f05a0100e authored almost 5 years ago by Josh Close <[email protected]>
First docs build from react-static upgrade.

4fcccda19518388d7bf4aa6819d9ea8416f0c0b9 authored almost 5 years ago by Josh Close <[email protected]>
Build docs-src to docs directory.

086692cba7f3a6cdf315d4711cfbf26dc307e902 authored almost 5 years ago by Josh Close <[email protected]>
Docs - Updated react-static to latest version.

88fc99d341dd753f0bcc7ed7ff0110e81ffb92e8 authored almost 5 years ago by Josh Close <[email protected]>
Updated change log.

4dab96d256eb10f24fe13811fbef03d7d352e440 authored almost 5 years ago by Josh Close <[email protected]>
Removed unneeded package reference.

f6918b5d05e609c81dbae8b1f691a5d96b8ffa84 authored almost 5 years ago by Josh Close <[email protected]>
Removed unreliable test.

689e1c13b86d224170045fdd13cdc05ca033f23f authored almost 5 years ago by Josh Close <[email protected]>
Updated license headers.

225c2502187a3cf27f9516e9fc790001bc0216a1 authored almost 5 years ago by Josh Close <[email protected]>
Added GetRecordsAsync and WriteRecordsAsync.

dda5eb02eee2a64e1a6f3e02dc9631b5eb8a9dcc authored almost 5 years ago by Josh Close <[email protected]>
Added NewLine unit tests.

792e020adfc482e686110eb88319e279f34fbaa6 authored almost 5 years ago by Josh Close <[email protected]>
Updated T4 templates to match changes in generated files.

9163495b4ec5bf63c37d82b34d845bb97eed7509 authored almost 5 years ago by Josh Close <[email protected]>
Renamed class Configuration to CsvConfiguration to avoid namespace conflicts.

02e0b2b99cce3104406900e887caf0b5a954e01a authored almost 5 years ago by Josh Close <[email protected]>
Cleaned up customizable newline.

27d0aa789cc44c40bbf16f26351dcb1cdfe8a1a5 authored almost 5 years ago by Josh Close <[email protected]>
Updated license headers.

fdd9fb80608c75bbb46060ffbb01a95f8b39d938 authored almost 5 years ago by Josh Close <[email protected]>
Cleanup.

276482292f4200a328f5f9aa2c8a6f1c30cd0006 authored almost 5 years ago by Josh Close <[email protected]>
Merge branch 'master' of https://github.com/MediatedCommunications/CsvHelper into MediatedCommunications-master

1b00556a54b96bf8d1fb77822f7e3cc373c1fcff authored almost 5 years ago by Josh Close <[email protected]>
Added required CultureInfo parameter to any class that uses CultureInfo.

bc6d6d2653d8181326a0b6b5d44a948775ff6ddf authored almost 5 years ago by Josh Close <[email protected]>
Changed double and single converters to only test for format "R" if the user hasn't supplied a format.

f60df92faf89fcb66157b70d491b0a205ca4be6b authored almost 5 years ago by Josh Close <[email protected]>
Fix for bug in .NET Framework that causes a StackOverflowException. This needs to be changed back eventually.

f712ac690c587093e89237479f92a5c242b1eb0d authored almost 5 years ago by Josh Close <[email protected]>
Docs build.

4b487d5dfe5e4e7e96dafa75835cbb29d5a79d76 authored almost 5 years ago by Josh Close <[email protected]>
Updated change log.

d1d56492fd96aa8fc2983a19ec20c813707a8dc1 authored almost 5 years ago by Josh Close <[email protected]>
Added UriConverter.

173e4011e93d7af9c00072f208c7ac9ead071cff authored almost 5 years ago by Josh Close <[email protected]>
Updated license header for 2020.

4cf576ec5524f73fc7894232b23a5969acc48e46 authored almost 5 years ago by Josh Close <[email protected]>
Add a constructor to CsvDataReader that accepts a DataTable specifying the destination table schema to be used instead of GetSchemaTable when provided.

359a1e5fd41e6361f90e5677e5389859606a18f3 authored almost 5 years ago by mattosaurus <[email protected]>
Docs build.

4a2411660b53fab413fe79a34449a180488553c4 authored almost 5 years ago by Josh Close <[email protected]>
Fixed vulnerable nuget packages for docs.

93bfeab2714a4460ec497a350d887dd5d1b4c3f4 authored almost 5 years ago by Josh Close <[email protected]>
Changed float and double default formats to "R" if a round trip test passes, or the legacy "G9" and "G17" if not.

77a92dfb421910508b1d958b161ddb668e601cf5 authored almost 5 years ago by Josh Close <[email protected]>
Docs build.

cea49e804277c354fc0eefc39185a26d4626ea20 authored about 5 years ago by Josh Close <[email protected]>
Updated change log.

54fcb4998069f757091a9bf0a9cf8d18034c20e9 authored about 5 years ago by Josh Close <[email protected]>
Added missing assembly meta info and nuget info.

9147877577816261bb0bce8f8eebe8da1186a0fc authored about 5 years ago by Josh Close <[email protected]>
Updated docs.

e6a10eae50b8192412b5d063abf48bca887afcb7 authored about 5 years ago by Josh Close <[email protected]>
Updated T4 templates to match changes in generated files. This should fix some async bugs.

0b5ec2c675ee5a455c73515bf1de1fe8b09f30a0 authored about 5 years ago by Josh Close <[email protected]>
Fixed issue where multiple properties with the same name were used when a child class property hides a parent class property using the new modifier.

b2526ce20eefdaa1c059b4b24aa615039fc44a57 authored about 5 years ago by Josh Close <[email protected]>
Fixed issue where a null reference exception was thrown when writing and all properties are ignored.

c41904af964d1d50d0be479158de31ec0b05f701 authored about 5 years ago by Josh Close <[email protected]>
Merge branch 'Dehalion-master'

fc77bb09ac3507f61606339deaa71093d619c20a authored about 5 years ago by Josh Close <[email protected]>
Cleanup.

2af2ae66e1c3d5a93ff97beb53ff9aeaa1063bdd authored about 5 years ago by Josh Close <[email protected]>
Merge branch 'master' of https://github.com/Dehalion/CsvHelper into Dehalion-master

a640e30f76ea1b5e54bb847f93e8de618e318373 authored about 5 years ago by Josh Close <[email protected]>
Fixed issue where an "Index out of bounds of the array" exception was happening on TryGetField of type DateTime. Old code was removed that looked like it was from before custom CsvHelper type converters were used.

77b668996fc0d227fa56fb6a02eaae18240f4dc2 authored about 5 years ago by Josh Close <[email protected]>
Added unit tests for ignore references configuration.

4047fc9359b05648d2cb92994cfa1cdd5c39b065 authored about 5 years ago by Josh Close <[email protected]>
Allow default value when using optional field mapping.

557fd040d87738574309a58d576283887c62dec8 authored about 5 years ago by Josh Close <[email protected]>
Merge branch 'jakubmaguza-TypeTypeReader'

40ad275ff43c068f45b4672d89f4e08661653fa6 authored about 5 years ago by Josh Close <[email protected]>
Added TypeConverter (System.Type) that throws an exception.

e86c37e85aded26617df28ee9ec3a53c76bc751a authored about 5 years ago by Josh Close <[email protected]>
Merge branch 'TypeTypeReader' of https://github.com/jakubmaguza/CsvHelper into jakubmaguza-TypeTypeReader

1149355fd8edffc2783d0166301b53df6293e8f7 authored about 5 years ago by Josh Close <[email protected]>
Added BigInteger converter.

ec2abb0c1fb4e148e51c926b817be485e078ee41 authored about 5 years ago by Josh Close <[email protected]>
Merge branch 'jakubmaguza-DoubleEdgesFix'

7f4e4826b03db4387bce2041600b8ff5beafaa73 authored about 5 years ago by Josh Close <[email protected]>
Made SingleConverter and DoubleConverter round-trip-able.

02104a6d20472da830b3f3834757fa66ed1e96c3 authored about 5 years ago by Josh Close <[email protected]>
Merge branch 'DoubleEdgesFix' of https://github.com/jakubmaguza/CsvHelper into jakubmaguza-DoubleEdgesFix

923eabb961c471312eb427be78bdaa445784f98c authored about 5 years ago by Josh Close <[email protected]>
Merge branch 'StefanBertels-unit_test_floating_automap'

b2ccdc7f7eb58f402c0119635dc3579c8749dd78 authored about 5 years ago by Josh Close <[email protected]>
Merge branch 'unit_test_floating_automap' of https://github.com/StefanBertels/CsvHelper into StefanBertels-unit_test_floating_automap

c012a10562357929684ddfc6ce889b480eedf5e1 authored about 5 years ago by Josh Close <[email protected]>
adds a test showing that a custom typeconverter for Uri fails

Seems the problem has todo with the usage of an anonymous type where Uri is a constructor parame...

43b1943bd9155fcbbab5bb8cf0741a22714be832 authored about 5 years ago by Stefan Bertels <[email protected]>
add unit test for floating point types (auto mapping, culture de-DE)

4819a6823050abe5b6471d24e09568fcca56804a authored about 5 years ago by Stefan Bertels <[email protected]>
Fix RawRecord adding spaces if TrimOptions.Trim is used

This fixes #1280 where the first space character inside or at the end
of a field is added to the...

b007492fe0d21318f99c96f5383fc2b58f7eb4a6 authored about 5 years ago by David Prem <[email protected]>
Removed unneeded package reference.

6abb9362ff4939cf45f861ac2444827cc8671f78 authored about 5 years ago by Josh Close <[email protected]>
Got nuget push working.

1ce3673cf1108c2e8ccff58d99f3676ed821c1e2 authored about 5 years ago by Josh Close <[email protected]>
Created net47 build that doesn't include System.ValueTuple.

9a0d661f8879438733b68397908e0e10d432f577 authored about 5 years ago by Josh Close <[email protected]>
Merge branch 'master' of github.com:JoshClose/CsvHelper

53301b9446f024b6d5f301e512aed761677a20e3 authored about 5 years ago by Josh Close <[email protected]>
Added nuke build.

23b2d9f1818b5376481939a1ef8ab2242cd4a68a authored about 5 years ago by Josh Close <[email protected]>
Moved Performance folder that was copied elsewhere. Removed unity store build since it's not being used. Remove resharper .DotSettings file since .editorconfig is being used now.

8bffa3c661535f0352c2740241682aae51ff1335 authored about 5 years ago by Josh Close <[email protected]>
Restructured solution and project folders layout.

53941f0716fdf04fa17cb39a589c2029e86efc7c authored about 5 years ago by Josh Close <[email protected]>
Removed Cake build.

476eadd48b99831d4fe3846b5f8bd5846979207f authored about 5 years ago by Josh Close <[email protected]>
Fix reading type Type

dfced9c500ac7abcf1c05866503140e6554662c0 authored about 5 years ago by Jakub Maguza <[email protected]>
Fix double max and min values reader

0e8cf33f076500be94db0c03140f71c2261a68d2 authored about 5 years ago by Jakub Maguza <[email protected]>
Updates to enable custom mappings using attributes.

9c81baf5f4b9ed496d42f0a5814784c571f0b296 authored over 5 years ago by TonyValenti <TonyValenti@DESKTOP-FH9OT9M>
Update issue templates

2914f6856febbf7488c53ed65948a00a39f95a22 authored over 5 years ago by Josh Close <[email protected]>
Update issue templates

4e63dca0d50c5fbd27a389701977b78938743ffd authored over 5 years ago by Josh Close <[email protected]>
Merge branch 'master' into feature-1198

9e12cd93e912bb11f1a3175e364a415d30ff4f2a authored over 5 years ago by Michel Eissa <[email protected]>
Validate method now takes another param of type Expression

- Instead of string as paramter pass Func<string,string>.
- Execute the Expression and use the r...

58b2c4bb9fd62e5ebb745f9ec4ca037ef990b2b1 authored over 5 years ago by Michel Eissa <[email protected]>
Fixed a bug: The length check now uses the raw record end position.

f0af112b32c95e0b2aba9d800d6f77bf65d78603 authored over 5 years ago by Laurens Knoll <[email protected]>
Fixed whitespaces

a1db1d66f1ff95835b60411ddf8491d308dd38ff authored over 5 years ago by Laurens Knoll <[email protected]>
Added MaxFieldSize configuration property to timely abort parsing of large/invalid fields.

31536d41a027d69f8114268ce259b4997c876255 authored over 5 years ago by Laurens Knoll <[email protected]>
Merge branch 'line-breaks-crlf' of https://github.com/kpstolk/CsvHelper into kpstolk-line-breaks-crlf

4b044ec57a3146ebeded6af44adf191081882977 authored almost 6 years ago by Josh Close <[email protected]>
Added ncrunch projects.

58f48104226e3e4f001941a584d9fbd741c432e5 authored almost 6 years ago by Josh Close <[email protected]>
Added class level attribute for using annotation to create configuration

b474e47d13d2830677f1ccd59c116792e2925615 authored almost 6 years ago by Anders Busted-Janum <[email protected]>
Add validation msg to Validate Func

- Add a way to associate an exception message with Validate lambda.
- Add Unit test to above fun...

245af1658c811c8cbf78bc006c1c58ee74ab4bab authored almost 6 years ago by Michel Eissa <[email protected]>
relax Default and Constant type constraints to "assignable from"

be041977b8133c5e2a1ef5f824560ae10569958b authored almost 6 years ago by Marc Lewandowski <[email protected]>
Update CsvSerializer.cs

Consolidated spacings

ee79a14c358c0864c348af862513d67b9518191a authored almost 6 years ago by Kape <[email protected]>
Write line break always as \r\n to comply with ISO4180.

d0e1bf518bb022c0b310c87bc686a23ed2994edf authored almost 6 years ago by Kape <[email protected]>
Update build scripts

4cfdea19c407bf788366f8aaccf3d7e9bafbf3a1 authored almost 6 years ago by Geert van Horrik <[email protected]>
Merge branch 'master' into pr/reorganization

# Conflicts:
# src/CsvHelper/CsvHelper.csproj

6c949277945d9bb6184d4130a6712af9f98707a1 authored almost 6 years ago by Geert van Horrik <[email protected]>
Fix printing '{expression}' using interpolation

String interpolation was not set on the error message being thrown so no context of the value of...

c1a2b5666079d189c546017887f26feb1001efe4 authored almost 6 years ago by Ryan Sinfield <[email protected]>
Version bump to 12.1.2

89edc486b51086453bc91e043f0f82789374b829 authored almost 6 years ago by Josh Close <[email protected]>
Fixed CsvDataReader issue where null values weren't being represented as DBNull.Value on GetValue and GetValues methods.

Fixed issue with IsDBNull method where an empty string was considered a null.

02978221d2ae631281d1024189ccdbc90535eca5 authored almost 6 years ago by Josh Close <[email protected]>
Fixed issue where CsvDataReader would skip the first row when there is no header record.

d70d8c8eab9f92086675484040d183a5eabd8fec authored almost 6 years ago by Josh Close <[email protected]>
Docs build.

6b339704fe22eb8c90b2d3da6e8470561d7c708a authored almost 6 years ago by Josh Close <[email protected]>
Docs build.

427e1cd1ea126e69d692285edb8bbb9053fe8008 authored almost 6 years ago by Josh Close <[email protected]>
Updated changed log.

580a994ecb8bf56ad1ed60df73df04a9b33e036f authored almost 6 years ago by Josh Close <[email protected]>
Updated editorconfig.

894fc921ac12b9795d5c0780855ca33c41bc735a authored almost 6 years ago by Josh Close <[email protected]>
Added .editorconfig to solution files folder.

021dc73305ddbcbd8e52f535cb29c22c1629a7bc authored almost 6 years ago by Josh Close <[email protected]>
Merge branch 'SimonCropp-stuff'

f195df7d03e687c4c2cb703dbad4c6c9bb346a3f authored almost 6 years ago by Josh Close <[email protected]>
spelling

0f1a83da681aafeb68688674c83161fb72371943 authored almost 6 years ago by Simon Cropp <[email protected]>
spelling

c6bb2096b94760bbac639745be495c3b17e7b255 authored almost 6 years ago by Simon Cropp <[email protected]>
make indent consistent

87f5707af7abf796247aeb0c344ea7f9612dcc95 authored almost 6 years ago by Simon Cropp <[email protected]>
inline out variables

8f7051dc8bc53e56c9c74e3da0ff3bbe5de550d1 authored almost 6 years ago by Simon Cropp <[email protected]>
redundant usings

cb1f4cdf9166e2581bf9c201220473b118ce82db authored almost 6 years ago by Simon Cropp <[email protected]>
Merge branch 'master' into pr/reorganization

# Conflicts:
# src/CsvHelper/CsvHelper.csproj

ac2a17c11ae150eaac3dcc75f55ecf3ce8fd9974 authored almost 6 years ago by Geert van Horrik <[email protected]>
Update scripts

2b65b67f2a8dec21a1f23893bf0d713a3cdc6fe5 authored almost 6 years ago by Geert van Horrik <[email protected]>
Docs build.

4e5dd5c2dd3795402f4e45ad4fc38d74cd1aaf7c authored almost 6 years ago by Josh Close <[email protected]>
Generated API docs .

21aecd01729db6146552475fb93c6a4ca44eb582 authored almost 6 years ago by Josh Close <[email protected]>
Created an API document generator.

48c7d472010bc28a7dc5b31a7e094513730132e5 authored almost 6 years ago by Josh Close <[email protected]>