-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[8.0] Fix line endings #115414
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
[8.0] Fix line endings #115414
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR normalizes the line endings in C# source files by converting CRLF endings to LF, ensuring consistency across the codebase.
- Removed CRLF line endings in the .csproj file.
- Removed CRLF line endings in the AssemblyInfo.cs file.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/mono/wasm/debugger/tests/debugger-test-with-colon-in-source-name/debugger-test-with-colon-in-source-name.csproj | Normalizes line endings, with no functional changes. |
| src/libraries/System.Runtime.InteropServices/tests/ComInterfaceGenerator.Tests/AssemblyInfo.cs | Normalizes line endings and preserves existing comments and code. |
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
|
Do we have an equivalent PR for main? If not, do you see the same issue in main? |
|
This is the change for |
jkotas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tell mode
Same as #115413.
Before:
After: