-
Notifications
You must be signed in to change notification settings - Fork 14
Added benchmark for CommonLibrary.NET #24
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
Conversation
|
Works locally for me too. I'll merge and figured out what's up. |
|
Okay, it looks like the CI was running on |
|
Does that mean your tests need to specify the line ending? Libraries should be able to to handle any type of newline, but tests should also be consistent across platforms. |
Yes 😞. I had to make this change. Previously it was using NCsvPerf/NCsvPerf/TestData/TestData.cs Lines 69 to 72 in f59ab5b
I looked through the CommonLibrary.NET source code on CodePlex and found code detecting newline by explicitly checking for CR LF ( As a side not the SEA.CommonLibrary.NET package is compiled with Debug configuration. I'm considering forking the source code onto GitHub myself and publishing my own copy with at least Release configuration and perhaps even a minimal change to handle files with just LF. |
|
Nice. What a good open source citizen. |
|
Awesome! In your NuGet description you might want to mention that your version supports LF and is in Release config. |

No description provided.