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
- Avg merge 6d 17h (Avg merge 6d 17h)256 merged PRs in 30d (256 merged PRs in 30d)
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