0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#4,257 forks (4,257 forks)batch import
Area-CompilersBugConcept-APIhelp wanted
Repository metrics
- Stars
- 20,414 stars (20,414 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Because normalization often replaces end-of-line characters this can result in a mix of EOL characters coming out of the file.
Contributor guide
- Research direction
- Examine the Syntax Normalizer implementation to understand how it handles trivia, particularly end of line trivia. Look for the method that replaces EndOfLineTrivia and ensure all trivia is preserved during normalization.
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- C#Git