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

Standardize on LF for all text files (sources, scripts, paket files) #19

Open
Martin-Bohring opened this issue Aug 5, 2016 · 0 comments

Comments

@Martin-Bohring
Copy link
Owner

Martin-Bohring commented Aug 5, 2016

Because of that dreaded CRLF issues (is it really 2016 ?) local builds creating Nuget packages might fail when source linking.

It started out of the blue, so I assume one of the many tools I am using (Git, VS, VS Code, Github Desktop) started to be helpful.

When supporting .Net Core (#12), it makes sense to standardize on LF within source files to support building on MacOS and Linux. That in turn means source linking only when checked out using LF.

I never expected to have to deal with that in 2016, but here we are as if it is 1995.

Not sure if the *.sln files have to stay CRLF (I don't know if VS can deal with that)

@Martin-Bohring Martin-Bohring changed the title Local builds should not try to Sourcelink Standardize on LF for all text files (sources, scripts, paket files) Aug 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant