Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

Upgrading from CsvHelper, fix breaking changes

$
0
0

As shown on the GitHub of CsvHelper project the config is read only now so I've moved the property initialization into the constructor. There is also a property which is now unsupported: IgnoreQuotes.

What's the new corrisponding parameter?

var config = new CsvConfiguration(CultureInfo.InvariantCulture)                {                    HasHeaderRecord = true,                    BadDataFound = null,                    Delimiter = ",",                    Quote = '"',                    IgnoreQuotes = true            };

Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>