dotnet / dotnet/roslyn

Code action fixer is seemingly hard coding windows line endings

Open
#83,159 1 comment 1 reaction 2 assignees Claimed by @mwiemer-microsoft View on GitHub
Area-IDE
Dominant language
C#
Stars
20.7k
Forks
4.3k
PR merge metrics
PR metrics pending

Description

The code actions fixer is hard coding windows line endings which breaks a number of our tests when run on Linux. They are expecting line endings to be OS specific but are getting a mix of `\n` in the actual test code but fixer inserting `\r\n`. This issue tracks the tests we disabled due to this behavior.

Observed in #83153

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.