-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library incompatible w/ newer versions of CsvHelper #116
Comments
…roduced into version 13.0.0; Resolves karlwancl#116
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? |
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 :)
The text was updated successfully, but these errors were encountered: