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

Parsing resource data does not work on Unix #101

Closed
roryprimrose opened this issue May 12, 2020 · 0 comments · Fixed by #102
Closed

Parsing resource data does not work on Unix #101

roryprimrose opened this issue May 12, 2020 · 0 comments · Fixed by #102

Comments

@roryprimrose
Copy link
Owner

Parsing the embedded resources uses Environment.NewLine which is fine on non-Unix platforms because the files using CRLF as the new line delimiter. This will not work on Unix however as it uses LF as the new line delimiter but the embedded file is still delimited by CRLF

@roryprimrose roryprimrose linked a pull request May 13, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant