Skip to content

v1.5.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@FolkerKinzel FolkerKinzel released this 19 Mar 17:08
· 53 commits to master since this release

Adds a .NET 5.0 dll to the package.

Fixes an issue in CsvAnalyzer, that invalid empty lines inside the CSV file where not recognized.

CsvAnalyzer.ColumnNames returns ReadOnlyCollection<string> now instead of IList<string>.

ToString() overload for CsvRecordWrapper.

The use of the obsolete constructor overload CsvIndexProperty(string, int, ICsvTypeConverter, int) is now treated as error.