Azure / Azure/azure-functions-core-tools
Func cli tool does not use platform specific line endings
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 498
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 14
Description
Basically #2673
As demonstrated in the screenshot below.
Expected behavior is that the tool uses platform appropriate line endings for the platform.
In other words:
- `lf` for Linux and Mac OS
- `crlf` for Windows

Contributor guide
Research direction
No files or tests are named. Start by locating the Func CLI code that emits the affected output and reproduce the behavior on Linux or macOS and Windows. Verify that the output uses LF on Linux and macOS and CRLF on Windows, then add or update coverage for the platform-specific behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100