Code action fixer is seemingly hard coding windows line endings
Open
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
Assessment
This issue has not been assessed yet.