Open onionhammer opened 3 years ago
I'm thinking maybe I should just fork this and use a separate nuget package?
@ridicoulous hmm, what's your goal? To tailor this lib for your own purposes or to fix bugs/shortcomings of this lib?
@onionhammer first of all my own purposes and may be a little bit of improvements. For example, I added TEMA indicator
@ridicoulous Hmm, to fork the nuget packages I would have to produce like 6 nuget packages, not just 1. Any interest in upgrading CsvHelper in your fork?
@ridicoulous Hmm, to fork the nuget packages I would have to produce like 6 nuget packages, not just 1. Any interest in upgrading CsvHelper in your fork?
No problem to upgrade
This is more of an issue with CsvHelper making a breaking change by adding a CultureInfo parameter to their constructors, but I think it'd be good to get this updated. If your app is using this library and CsvHelper latest, this library will break because it cant find a matching constructor without CultureInfo.
Great library btw, I'm so happy I discovered it :)