-
Notifications
You must be signed in to change notification settings - Fork 98
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
CRLF
new line chars are outputted when app is build on Windows environment
#162
Comments
What does this mean? |
Yes, |
Could it be an environment issue when downloading with git? |
I'm using I thought
Yes. it works on almost use case (console output). So not a high priority issue. (Except for unit tests) |
Currently it seems unit test failed on following cases.
To support above environments.
|
On Windows environment.
Some unit tests that verify
stdout
failed byCRLF
/LF
differences.Additionally, generated files contains both
CRLF
/LF
new line chars.(It's displayed as
MIXED
mode on Visual Studio editor)When running compiled DLLs on non-Windows environment.
It outputting
CRLF
as new line chars.(It's confirmed on WSL Ubuntu environment by redirecting
stdout
to file)ConsoleApp.Run.g.cs
The text was updated successfully, but these errors were encountered: