0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#4,257 forks (4,257 forks)batch import
Area-InteractiveBugInteractive-Debugginghelp 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
Ported from TFS WorkItem: 1120198
- Created By Chuck Stoner (2/5/2015 9:01:14 AM)
Contributor guide
- Research direction
- Examine the expression evaluator's handling of string literals and XML literals in C# and VB to ensure comment characters (// and '') are not treated as comments within them. Focus on the lexer or parser for the debugger's expression evaluator.
- Tech stack
- csharp
- Domain
- devtools
- Issue type
- Bug
- Prerequisites
- C#compiler internals