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

Updated change log.

Docs build.

8599e80f2a40fe073eeb5a281348169db7641be9 authored 11 months ago
Removed dependency on System.Linq.Async.

Updated package reference versions.

2efe3a4f200c91a43a2c5d6fe53064898994e5a8 authored 11 months ago
Removed Microsoft.Bcl.AsyncInterfaces dependency.

5055256c3d6efde47565170d0a4b31537f962512 authored 11 months ago
Updated change log.

Docs build.

0f7296642f08edfebba34b921b7e86cd17b27668 authored 11 months ago
Workflow fix.

51060903968d99a60be40f45c068f722b55c3ead authored 11 months ago
Added InformationalVersion to build of NuGet package.

50f413de448146f163f8f598094245b56a1fb3e1 authored 11 months ago
Updated github git-version workflow.

cfd40cdaffcf6bfc72ed65f6cb8f064c01280b27 authored 11 months ago
Added AWS funding to docs.

b7a82353563b684d53e72beb75af24f05eed8f25 authored 11 months ago
Updated documentation building instructions.

1ce0c853f8b106516c87f935afc24595f6aee6d9 authored 11 months ago
Made AWS a link.

1bc5abce6b3c4d8e355af4c94a6a0434effbb777 authored 11 months ago
Added AWS FOSS sponsorship info.

644f86339b4f9565f71b8534931e5cd0465a0c8f authored 11 months ago
Updated change log.

Docs build.

4e99e5b1f0734b9b28130a86b3bf5193a6688b9a authored 12 months ago
Merge branch 'StefanBertels-fix-2153-TypeConverterFactory'

1b585ebd4d6e8b9844f16014e41102dba5089869 authored 12 months ago
Cleanup.

253c785599944d1dee23d490a2500f6bca2633db authored 12 months ago
rename TypeConverterGeneric<T> to TypeConverter<T>

ed08fb9a4bf94eaffa340279ac66e7bdb8be976f authored 12 months ago
refactor (dummy) Type-TypeConverter to NotSupportedTypeConverter<Type>

0b2d22cf0583f9938ef1437db2b896d31d2b45ab authored 12 months ago
exclude files automatically created by Jetbrains IDE (Rider)

f1e2bfcae884a82a9796dd303c47c6d98cb38026 authored 12 months ago
solve #2153 by giving priority to custom TypeConverterFactory

bc57b3f75beab64a05f087962de98434891924cf authored 12 months ago
add tests showing issue #2153 (fails)

99c591c2f568e4f6a44d66139435ed103e743515 authored 12 months ago
add tests showing TypeConverterGeneric<T> is working when used without factory

1d85f7f2380238087b88e0159c7c4b4280cdb8cb authored 12 months ago
add helper function for TypeConverterGeneric

6b5955a2da3fb272e6b72598d8d7aa4bc94beb1b authored 12 months ago
add generic TypeConverter

(better should be named TypeConverter<T>, compare System.Text.Json.Serialization.JsonConverter<T>)

29b0669515ad505b5dc5abfb31dd52d157981c69 authored 12 months ago
Change log update. Docs build.

a9d9f7b23e1392f2bedef670674b02a68911db83 authored 12 months ago
Merge branch 'Rob-Hague-linebreakinquotes'

f9a43d93ac4c6265cdcce5853fc1fcf53ee78ca7 authored 12 months ago
Merge branch 'linebreakinquotes' of github.com:Rob-Hague/CsvHelper into Rob-Hague-linebreakinquotes

b69baafb7f7cbdc760bea1bd3a4b973af3a65a14 authored 12 months ago
Fixed compatibility issues.

0c59831e69e8bd03a1d6d19246c5fc370aa5d944 authored 12 months ago
Merge branch 'Rob-Hague-converttostringtypearg'

53a709bd35581f93a93af0d0bb01ac80ac19bfda authored 12 months ago
Merge branch 'converttostringtypearg' of github.com:Rob-Hague/CsvHelper into Rob-Hague-converttostringtypearg

c9fdeb211ca923d9b76b47b21e21bf04c2730961 authored 12 months ago
Changed name of CsvConfiguration.FromType to FromAttributes.

3aea6a06ed9bcee8c4b869dc6ce74ce80f9edc2b authored 12 months ago
Merge branch 'Rob-Hague-fix-nongeneric-has-header'

3f5054a84a730d808eded308241b856a1dc41444 authored 12 months ago
Cleanup.

bf460aceed063fc999f4d9ec524707122cf19bf5 authored 12 months ago
Merge branch 'fix-nongeneric-has-header' of github.com:Rob-Hague/CsvHelper into Rob-Hague-fix-nongeneric-has-header

2758f5cb6ebc5c0d1bb42ac6cf1a6fab071e0ce7 authored 12 months ago
Merge branch 'MiblaCz-bugfix-2081-generic-types-error'

644a5705ecfe1731d8fe8188c659ad38c669787f authored 12 months ago
Cleanup.

16bf2b064ff912f22b88b36734bf9b2ab146d0c8 authored 12 months ago
Merge branch 'bugfix-2081-generic-types-error' of github.com:MiblaCz/CsvHelper into MiblaCz-bugfix-2081-generic-types-error

de89c6b7cc2fe859983b01b8edf51d0113bb99db authored 12 months ago
Merge branch 'DKStudio-master'

2b3ca3b00ca1066da7eec317ecb215830583bf53 authored 12 months ago
Added Unit test.

c4a49d4c7d74612f1246c0ee5250542da08489c9 authored 12 months ago
Merge branch 'master' of github.com:DKStudio/CsvHelper into DKStudio-master

1632ecd60ef5201be034f975f3cde511c597460f authored 12 months ago
Merge branch 'Rob-Hague-attributeqol'

4deab1af6a1b2432b9bc07c8cde8a56db357f269 authored 12 months ago
Cleanup.

764c090b5d8956ba058c7f2d69b2c33d22e1eac2 authored 12 months ago
Changed CultureInfoAttribute to use IClassMapper.

8744765d74fa02075a57593534fdc6d491cae93a authored 12 months ago
Merge branch 'master' of https://github.com/JoshClose/CsvHelper

2970fb03647c907e19260fe6de7ea58ad45bf662 authored 12 months ago
Merge branch 'attributeqol' of github.com:Rob-Hague/CsvHelper into Rob-Hague-attributeqol

4f4766fc08a945c9243290cfb8652092dacc2824 authored 12 months ago
Merge branch 'Soulrein-fix-empty-dataframe-when-loading-HasHeaderRecord-false'

7eae7d2062f27324424d3d123e8ea0d8b7e6c6b6 authored 12 months ago
Cleanup.

efb7211feaa5d3961c98723498b23c495f9ba24c authored 12 months ago
Merge branch 'fix-empty-dataframe-when-loading-HasHeaderRecord-false' of github.com:Soulrein/CsvHelper into Soulrein-fix-empty-dataframe-when-loading-HasHeaderRecord-false

1cdd82198c117c036db99f9997a389ae78c7b59b authored 12 months ago
Merge branch 'Rob-Hague-columncount'

356f84e86715443a8f981f5b1f76c0b7ffcdc5f7 authored 12 months ago
Merge branch 'columncount' of github.com:Rob-Hague/CsvHelper into Rob-Hague-columncount

4814452fc1fb7f7ffd67892de2c633736055c313 authored 12 months ago
Merge branch 'ManelBH-fix-autodetect-delimiter'

1415c9359a4f2e8dcb3ba6d3ebaf48ab53e553a3 authored 12 months ago
Merge branch 'fix-autodetect-delimiter' of github.com:ManelBH/CsvHelper into ManelBH-fix-autodetect-delimiter

87737424283c3df9820ac48414f9f0d80634adee authored 12 months ago
Fixed issue with [^1] not available on all versions of .NET.

7bc20a6d4ddcc02850cccc2eb7cf7fe81468a727 authored 12 months ago
Merge branch 'alitas-patch-1'

1af75c67f8801d7b7cce02d18ba170f4c1ca42d6 authored 12 months ago
Cleanup.

2aaad88487221cf29df71f049b1c7afb03563909 authored 12 months ago
Merge branch 'patch-1' of github.com:alitas/CsvHelper into alitas-patch-1

4787314f0341a15d1cd997854dc68600651a6229 authored 12 months ago
Fixed doc errors. Docs build.

c3b50cd5f40de55f90fed7077aaa6f3845dfc5c6 authored 12 months ago
Merge pull request #2203 from MarkEnverus/hfix/issue-2202

remove-invalid-loop

52f2c9e012740fae346b084ee1954940f45d669b authored 12 months ago
Docs build.

3924fa6d32e44647f06e7010a0002001fb882e3e authored 12 months ago
Removed unnecessary .NET 5 code.

2a9aea0358fd11044fe49562076d50d9010a31d3 authored 12 months ago
Merge pull request #2209 from alok-urmaliya/master

Fixed grammatical error in documentation.

c206405bbc8722b89dcb5bb865132bea6f3763e7 authored 12 months ago
Docks build.

9face762845637d6041339f904eb671d738fb740 authored 12 months ago
Workflow.

39c10d0433f5d06a3f473bd042734ae0e0e54fcc authored 12 months ago
Workflow.

029e3e3dab59915343e12082e50385757ef87283 authored 12 months ago
Workflow.

ad1236ee87f6013e58705db9b33d3481f6b978f5 authored 12 months ago
Workflow.

a698ddc49593c87a35a48755aa188c6ba92766c3 authored 12 months ago
Workflow.

94601ac56394c651111658412494767b8845446b authored 12 months ago
Workflow.

0dc1584e1642a9e9a1c2b648ab25b25f02e30ad1 authored 12 months ago
Workflow.

5d1d0fad22f48844c9b5d66f55a1e147e537c4c3 authored 12 months ago
Docs build.

95c65581fe52b5d8a54bb5a59a670cded5022297 authored 12 months ago
Workflow.

9f04f9cf1395b0bb710a166139dfed0b47119f8f authored 12 months ago
Removed all nullable code until it's turned on.

6be308a3b8bea1b7e9d2fb3344697d56872223ab authored 12 months ago
Updated license headers.

02233b54fb6822cb0614870e31966404db017601 authored 12 months ago
Updated output assemblies and fixed preprocessor directives.

50b8cb523d5aa40362e4b57ebf7d2f777a7e7d02 authored 12 months ago
Workflow.

7076885afa9a26e3835105e59a5538302c4a335c authored almost 1 year ago
Workflow.

892bcf1255e4accf91e459c5b25d7bd8e11ff2ad authored almost 1 year ago
Workflow.

cc9e88ffe81ea079f1221551fd48e0faf07fb258 authored almost 1 year ago
Workflow.

9e098602270b9cba074cf2dc2fe92b559854da35 authored almost 1 year ago
Workflow.

45dfbbab03b40b11804dee7ec9e83eb54bd94014 authored almost 1 year ago
Merge branch 'master' of github.com:JoshClose/CsvHelper

fdbcd337af3ef9218cc4118b89d5a94d977d0ef3 authored almost 1 year ago
Added CI workflow.

3f6b434128fd7feaf7e7370c05b7a252f4ece418 authored almost 1 year ago
Removing net462 and net47 in favor of using netstandard2.0.

Removed build project.

feaf76d503dd9b3af83daa68511d02a9b31d2b85 authored almost 1 year ago
Merge pull request #2221 from AustinWise/austin/Net6IfDef

Use NET6_0_OR_GREATER to detect support for DateOnly and TimeOnly

009b0f16dcabffecd56109601f9cb3d5941401e2 authored almost 1 year ago
Use NET6_0_OR_GREATER to detect support for DateOnly and TimeOnly

If support is ever added for .NET 7 or later, this will ensure support for these classes is stil...

b2878855374e2221e07df03285b12cafdcf38f65 authored about 1 year ago
Updated Using and Dispose documentation.

cace861d8a1618457221738eb0b5a4ec26ecebf7 authored about 1 year ago
remove-invalid-loop

5cde6f60cf4cdb0a20f065276f520cdaec729cde authored about 1 year ago
Use StartsWith & EndsWith instead

31615d6b8b041ad863e824dcbd62a4f21ca4d979 authored over 1 year ago
Use indexer

0bf0b459adbd0c9660695692d0acb88c610e21f7 authored over 1 year ago
Change order of checks in default ShouldQuote implementation

9cbd2a9e0048b29b0521797edb663ec21c11574d authored over 1 year ago
Added test for the empty lines fix

b4104093d256f3c1a8b72b42a0c3838018182c0f authored over 1 year ago
Fixed GetDelimiter not properly detecting the delimiter when there's blank lines

278511424a86a3483e89dbee560e6f2a072bae34 authored over 1 year ago
Rename columnCount member to prevColumnCount

22a73c750943f929e5bc13ef84b595faf00efa50 authored over 1 year ago
Strengthen test

8c7f8a258110f5c17eea3e0783af3b1289b97c3d authored over 1 year ago
Merge branch 'JoshClose:master' into bugfix-2081-generic-types-error

cd11ca45434b9d4bb1f453eb718674ad36a25360 authored over 1 year ago
Always update CsvReader.ColumnCount

8f74d8dd2308afc4343890522349deb7f257beec authored over 1 year ago
Deal with line break in quoted field during Read

...rather than later during field processing. When reading a line break in a
quoted field with L...

0cd65ab768a7aed416f29d2cc10dc2b4e2cab62e authored over 1 year ago
Changed .NET build versions to MS supported versions.

7b3ed4d45af8385e732a42eb161b0d129736edb3 authored over 1 year ago
HasHeaderRecord = False now loads Datatable

b02820726b6c36c7b1122dbb0fa8e5e10610fcfe authored almost 2 years ago
Allow CultureInfoAttribute on classes

Breaking change: remove Type? parameter on CsvConfiguration constructor. Instead
use CsvConfigur...

e9d09232bcbbfc0e598f6c0aa2be65e5de8c195f authored almost 2 years ago
Allow using static CultureInfo properties via CultureInfoAttribute by passing their names

f3c317920491a55a4e08a3f96daebbf7ac84cb80 authored almost 2 years ago
Add additional constructor to EncodingAttribute taking int codepage

bae9f34fc3658b638832a2e1bd5ac49d9b1ebd0d authored almost 2 years ago
Set default true for boolean-valued attributes

c118c584c10170324763e1e4151cf518bc1d3ce6 authored almost 2 years ago