Skip to content
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

Exception in CsvReader.cs #52

Open
korneliuscode opened this issue Feb 18, 2018 · 0 comments
Open

Exception in CsvReader.cs #52

korneliuscode opened this issue Feb 18, 2018 · 0 comments

Comments

@korneliuscode
Copy link

hi,
in CsvReader.cs, in the function private string ReadField(int field, bool initializing, bool discardValue)
this line throw new ArgumentOutOfRangeException(nameof(field), field, string.Format(CultureInfo.InvariantCulture, ExceptionMessage.FieldIndexOutOfRange, field)); throws an error

Method not found: 'System.String System.String.Format(System.IFormatProvider, System.String, System.Object)

According to this, it is an issue of the string.Format overload depending on the target and installed framework version. Is there a wa to fix this in the project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant