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

Docs update after npm package updates.

47a8e85bc49ccf18ab3c351a0e60d6a4fc58fde7 authored about 6 years ago by Josh Close <[email protected]>
Updated packages. Fixed small issues that created from package updates.

3d9bd5d9fbcbcaaa308656d8c0a96a631030b6d7 authored about 6 years ago by Josh Close <[email protected]>
Removed fossa because it doesn't work well with .NET yet.

40532fc03f7a0248bf2156fcedd2a2d3ceca3578 authored about 6 years ago by Josh Close <[email protected]>
Version bump to 8.2.0.

bf61898d447b7d1a71d18e8a5594a68d1c15eb98 authored about 6 years ago by Josh Close <[email protected]>
Added optional map config to attributes and the factory builder.

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

6d61a531de5a05bbb1c2f3daced48cd6113fbf32 authored about 6 years ago by Josh Close <[email protected]>
Version bump to 8.1.1.

90d8e2202a6f39771cb56af5eaeb6b0cdf3baf79 authored about 6 years ago by Josh Close <[email protected]>
Cleanup.

07f65f08dbc3ec515863e6060994c268a06bf5c7 authored about 6 years ago by Josh Close <[email protected]>
Merge branch 'emptySingleColumnDataSupport' of https://github.com/Jehoel/CsvHelper into Jehoel-emptySingleColumnDataSupport

# Conflicts:
# src/CsvHelper/CsvReader.cs

679948138b11f28a28193ff3e0f8bc8d2d814baa authored about 6 years ago by Josh Close <[email protected]>
Merge pull request #1133 from kant2002/patch-1

Missing closed quotation

84a8ad5052060bef3e56ae958fea55135d6ec250 authored about 6 years ago by Josh Close <[email protected]>
Version bump to 8.1.0

a033891c292e43eb7c979e9a1bb80f4e9f4d20a7 authored about 6 years ago by Josh Close <[email protected]>
Merge branch 'sebastienros-isoptional'

950f6ff3a6b858ea72f0bdaa563ccab7fc3b24f3 authored about 6 years ago by Josh Close <[email protected]>
Cleanup.

da62bc15efec664440a484da25c6c2db4b597b26 authored about 6 years ago by Josh Close <[email protected]>
Merge branch 'isoptional' of https://github.com/sebastienros/CsvHelper into sebastienros-isoptional

2eba9d1e8a09eb21b63d667a18b868d3b90d97d0 authored about 6 years ago by Josh Close <[email protected]>
Fixed issue with ObjectResolver fallback causing a stack overflow.

b3c9af5a313a320edf61fc10f78a419386a676fd authored about 6 years ago by Josh Close <[email protected]>
Adding IsOptional mapping option

Fixes #339

05fbea6fb78277f53b1bbab4c820a0b3fe83ff4b authored about 6 years ago by Sebastien Ros <[email protected]>
Missing closed quotation

48cbece5e065921325d1dc3bcd2aa5a8f1764f7c authored about 6 years ago by Andrey Kurdyumov <[email protected]>
Fixes the documentation for `ReadingExceptionOccurred`.

6e44063c0fecb51d6403d57a238518ba8fc3e219 authored about 6 years ago by David <[email protected]>
Fixing GitHub issue #1122 by ensuring GetField<T> matches GetField()'s behaviour for IgnoreBlankLines.

7f8acfe820524eb444f5333382d68535d108e2bc authored about 6 years ago by David <[email protected]>
Restores `ReadingExceptionOccurred` to its original (incorrect, imo) behaviour of rethrowing the exception instead of wrapping it as it broke some test cases.

3248352a9ca074ef4a0fd0bbdc77aa03792d02f4 authored about 6 years ago by David <[email protected]>
Default Configuration callbacks are now exposed as static methods so default behaviour can now be explicitly selected, e.g. to restore default behaviour.

07339a93aabfcb14e40a26520ed31846c5212219 authored about 6 years ago by David <[email protected]>
Adding semi-related test case for `NULL` input, mentioned in GitHub issue #1122.

bf967bf23550b83046e8285392808371f5fab5c3 authored about 6 years ago by David <[email protected]>
Adding test cases (that currently fail) for reading nullable values from single-column or last-column input.

c0762fdc151d40b3f4271a3430cb040ac196882b authored about 6 years ago by David <[email protected]>
Merge branch 'master' of https://github.com/JoshClose/CsvHelper

c15173f7c7c79242908fa7d982c54fd7ed27c70d authored about 6 years ago by Luke Hopton <[email protected]>
Fixed issue where GetField was calling the ObjectResolver.

d8c22be9d57abdd8d73a35fc43a2e85a516fb564 authored over 6 years ago by Josh Close <[email protected]>
Made the contexts not serializable in exceptions.

d8de6bdc63d607715db520606af0062c40c30152 authored over 6 years ago by Josh Close <[email protected]>
Fixed issue with parsing when only CR is used and fields are quoted.

090f65bf2bcef6b18814b499af8e5c91da095345 authored over 6 years ago by Josh Close <[email protected]>
Added doc info stating that when using References that ConvertUsing won't work.

1bb3e982ca2e05d53c5b17e21d8bf3d02cd92e86 authored over 6 years ago by Josh Close <[email protected]>
Added missing interface methods to config.

5ed45c03092ef47c431768e6fe4cce17d5c1e468 authored over 6 years ago by Josh Close <[email protected]>
Docs build.

e9fd9b482bee39af9ed7fb53964402224befe25a authored over 6 years ago by Josh Close <[email protected]>
Fixed docs error.

c839a2d1a365d6b2c2714a1238cb3c30c29b7d4f authored over 6 years ago by Josh Close <[email protected]>
Updated unity build file.

b670e4f68eccce1cc5de54bd45e9035c863bd468 authored over 6 years ago by Josh Close <[email protected]>
Added unity project.

730716934d8d854dcb47a5209ef2e62a91f3ebaf authored over 6 years ago by Josh Close <[email protected]>
Added FOSSA config.

1e5d1b0ed139caf36e5c3c0c1a4b438b46049c91 authored over 6 years ago by Josh Close <[email protected]>
Removed nuget folder and moved the nuget exe to lib folder.

a2440621bc787484abb673cccdf10c2109335d19 authored over 6 years ago by Josh Close <[email protected]>
Version bump. 7.1.1

41ecf83d9af530f8b617bc55e1351786406c001e authored over 6 years ago by Josh Close <[email protected]>
Added ConfigureAwait(false) to all async calls.

a79dceee9c9c1e53e80e810b86638eefa63a15dd authored over 6 years ago by Josh Close <[email protected]>
Added FOSSA ignore file.

6a187fa43d8c06636cd486b8cb485de1afa86e79 authored over 6 years ago by Josh Close <[email protected]>
Made CsvWriter.Dispose able to be called multiple times.

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

b5d291be2d7c528ddf5eaabcb83faff64df1dbd5 authored over 6 years ago by Josh Close <[email protected]>
Fixed syntax error on anonymous type definition.

00adba42d8af1854f6fca0ebfc913c9573d25353 authored over 6 years ago by Josh Close <[email protected]>
Pass correct value for leaveOpen

Fixes #1028

be360c86e034ceb463d3911acc922c8c3b604053 authored over 6 years ago by Luke Hopton <[email protected]>
Docs build.

b5fccf34782c239314ba902b3192c32cd10e8307 authored over 6 years ago by Josh Close <[email protected]>
Added building docs instructions to readme.

50a38c00584f5f385b2566edeef12d82c0948eca authored over 6 years ago by Josh Close <[email protected]>
Docs update.

644c9402901ba9218b72b1b5adc427f6970b9f81 authored over 6 years ago by Josh Close <[email protected]>
Added highlight css file.

3c3257194f302db847c2c47ca939af99959d1c04 authored over 6 years ago by Josh Close <[email protected]>
Clarified reading and writing in ConvertUsing docs.

b61e3dd8ea27d681c7f2481964acfdf7dd51146f authored over 6 years ago by Josh Close <[email protected]>
Added google webmaster tools verification file.

578c86fd87be22a89c70dbd3c0d4e2a5058389b5 authored over 6 years ago by Josh Close <[email protected]>
Merge branch 'hangy-convenience'

fd9631345f49c913fc97f996ff714e2778eeb30c authored over 6 years ago by Josh Close <[email protected]>
Merge branch 'convenience' of https://github.com/hangy/CsvHelper into hangy-convenience

222507fe17a559628c8af74f0ce88435550a5a01 authored over 6 years ago by Josh Close <[email protected]>
Added 2.x docs back.

cbb5520a9488d9684741154597ebce5b615eef01 authored over 6 years ago by Josh Close <[email protected]>
Add `CsvWriter` ctor overload that allows `leaveOpen` to be specified in addition to `configuration`. Fixes JoshClose/CsvHelper#985

(Also fixed docs of an existing overload.)

e5cf354724928e66a0dae713043e87a0603394f1 authored over 6 years ago by hangy <[email protected]>
t push origin master:Merge branch 'GuruRAM-master'

a30d31483b040c1f84435373f4040e4c6ea9b95b authored over 6 years ago by Josh Close <[email protected]>
Merge branch 'master' of https://github.com/GuruRAM/CsvHelper into GuruRAM-master

ee680653daa9e2f566503d330b43645d4dcc51ad authored over 6 years ago by Josh Close <[email protected]>
VSCode settings.

6bd8eacf10d8ada18f04ac18a6add0c41b2a52ff authored over 6 years ago by Josh Close <[email protected]>
T4 Templates fix for CsvFieldReader and CsvParser

76622f9a511692b7b0122b860e850a49068fed52 authored over 6 years ago by GuruRAM <[email protected]>
Version bump 7.1.0.

b0b96ea892ef5025256dcdf10038d48b34bd6506 authored almost 7 years ago by Josh Close <[email protected]>
Docs: Updated change log.

ef008610e4de1b2acd9274f935e8b50d51f3cd30 authored almost 7 years ago by Josh Close <[email protected]>
Changed creation of objects in expressions to use the object resolver instead of Expression.MemberInit.

2a10dd0c69985a170a5439a80396f85711beb60e authored almost 7 years ago by Josh Close <[email protected]>
Merge branch 'seanterry42-bug/dispose'

95d16775abeed7ce8136f44e002667a7c571387b authored almost 7 years ago by Josh Close <[email protected]>
Cleanup.

2d264e91598f1ac908b2425f9706c19763436331 authored almost 7 years ago by Josh Close <[email protected]>
Correct tabification

c913c5b5377b3550c9603384f8f57dcd5ef2003f authored almost 7 years ago by Sean Terry <[email protected]>
Avoid NullReferenceException when reader is Disposed more than once.

Modified Dispose method so that subsequent calls to Dispose do not throw a NullReferenceExceptio...

e1f138e95fbf757743ded52a288cc96d7212b5b5 authored almost 7 years ago by Sean Terry <[email protected]>
Docs update.

2b93585937c33b289c01c7a27ea73f60329f254e authored almost 7 years ago by Josh Close <[email protected]>
Update docs.

ff5f7be268f88038a48a93fe3e4e5bf327758280 authored almost 7 years ago by Josh Close <[email protected]>
Updated docs.

504b2e227e8eb7ce37da733c55fa600ca99f8980 authored almost 7 years ago by Josh Close <[email protected]>
Added documentation in docs folder.

9a9f8ff6421cc8164d09d0f022e03f484f34c787 authored almost 7 years ago by Josh Close <[email protected]>
Added docs source code. Removed old docs.

ca90c6b9dd367985844733e0e57b1ce1aae9d186 authored almost 7 years ago by Josh Close <[email protected]>
Merge branch 'master' of https://github.com/JoshClose/CsvHelper

d58632edd1d99a441eddfd02041c8a2fee28ea07 authored almost 7 years ago by Josh Close <[email protected]>
Allow private constructors to be used to instantiate new class instances.

5971782d6b431243b83417d8a8d54a07b415e765 authored almost 7 years ago by Josh Close <[email protected]>
Reading performance improvements.

05292efc8a6f6107837c53e482f604753de9ac56 authored almost 7 years ago by Josh Close <[email protected]>
Merge pull request #915 from DavidDeSloovere/patch-1

Fix documentation typo

571180e57305bf13cdac5d4009ec25e38738533d authored almost 7 years ago by Josh Close <[email protected]>
Fix documentation typo

ingored > ignored

a8fb7a792e3667597cc4da4647ed0a852682a921 authored almost 7 years ago by David De Sloovere <[email protected]>
Version bump to 6.1.1

789df8760b2e17a05a34350b60bb71392f65f3d1 authored almost 7 years ago by Josh Close <[email protected]>
Fixed issue with circular references.

4ed29fe1fb0629cb0a79d16ace8aeba76347bf1f authored almost 7 years ago by Josh Close <[email protected]>
Dynamic now uses Configuration.PrepareHeaderForMatch on header name to get property name for dynamic object.

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

18cdb7f68506305cf8c68c0d94c410a60d6b1301 authored about 7 years ago by Josh Close <[email protected]>
Fixed issue with LINQPad not working propertly due to types from differently assemblies being cached in the writer.

23c38d8e7a5f6d5863ad8f713c1f71a1de153d00 authored about 7 years ago by Josh Close <[email protected]>
Version bump.

7ac9f4e370b6e3ef182bd6335c294cc46e35bc63 authored about 7 years ago by Josh Close <[email protected]>
Fixed issue with LINQPad not working propertly due to types from differently assemblies being cached.

7cb429d2073c68c36536cea38fbb5b01bbd95080 authored about 7 years ago by Josh Close <[email protected]>
Merge pull request #859 from ExplodingCabbage/fix-ReadHeader-doc-comment

Fix record vs field confusion in ReadHeader docstring

ee40791a3d92dae8661eb540340dc33d4bedef0f authored about 7 years ago by Josh Close <[email protected]>
Added linq query to see dependencies of CsvHelper.

0d9015ea0f7ed4ba6861e4ffe8c1f26c36067667 authored about 7 years ago by Josh Close <[email protected]>
Fix record vs field confusion in ReadHeader docstring

731e766cb99d52944888c626bb6ceeed90add88c authored about 7 years ago by Mark Amery <[email protected]>
Version bump to 6.0.0

59a99ad47ce7eaf3776fae71691c2d344a917216 authored about 7 years ago by Josh Close <[email protected]>
Added more info and properties to TypeConverterException.

a8399f7fc0466ed3eeb575da4a7e16f75109a67a authored about 7 years ago by Josh Close <[email protected]>
Added FOSSA badge to readme.

a4665af9cfd11995719e7201f19c6af57c9f7fdd authored about 7 years ago by Josh Close <[email protected]>
Added mapping methods to MemberMap for use during runtime mapping.

6a3bbe02196db519c25e3965e759edf4bf462796 authored about 7 years ago by Josh Close <[email protected]>
Fixed issue where mapping an interface doesn't get used when writing. Fixes #832

d426a88c309ebcb372cab8ce190628648979ebca authored about 7 years ago by Josh Close <[email protected]>
Cleanup.

39736575e27b66ab6648027e3288e02ea1300613 authored about 7 years ago by Josh Close <[email protected]>
Merge branch 'master' of https://github.com/ajorkowski/CsvHelper into ajorkowski-master

c2ea1d725f600dba28d3f93f4af6ae3041f0140b authored about 7 years ago by Josh Close <[email protected]>
Updated nuget packing and pushing scripts.

6a4806ebea6fd9992d33ab53f9efd55a22bcc231 authored about 7 years ago by Josh Close <[email protected]>
Fixed whitespace

0f659f85d5751cf10fb28a615247c284ad3dc5d9 authored about 7 years ago by Felix <[email protected]>
Use ObjectResolver to create internal classes, added virtual to factories

514c9596a0efa3d8ef5e69c8e48f25e6969b1f33 authored about 7 years ago by Felix <[email protected]>
Merge branch 'master' of https://github.com/JoshClose/CsvHelper

12477ca015039fdfab1c4d70ad00919643c8d1a4 authored about 7 years ago by Josh Close <[email protected]>
Added Map<TClass>.References( expression ) back in.

ba35375403fd7ff4b7edefd550f22b55f540ba6c authored about 7 years ago by Josh Close <[email protected]>
Merge pull request #817 from DarkDaskin/patch-1

Fixed TypeConverterException message

9e0c608debb1c197cfe26774c891943c5e7e5b07 authored about 7 years ago by Josh Close <[email protected]>
Fixed TypeConverterException message

Use new extended message instead of old one.

c4ab040a432f494fd4bb560975f48a14d467e7c4 authored about 7 years ago by DarkDaskin <[email protected]>
Version bump 4.0.3

643374450c4936944e0d585fbc0e387461378b25 authored about 7 years ago by Josh Close <[email protected]>
Added `ReadingExceptionOccurred` callback to GetRecord methods.

d800fc2edd268d838c8c15bdc366ca0228c8984b authored about 7 years ago by Josh Close <[email protected]>
Version bump 4.0.2

9f4a426e635581a48b2dd9eebe76d5cb72e6582f authored about 7 years ago by Josh Close <[email protected]>