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: 1144921
- Created By Chuck Stoner (3/24/2015 10:42:17 AM)
- Edited By Manish Jayaswal (3/24/2015 11:08:07 AM)
this is not a regression from Dev12.
Contributor guide
- Research direction
- Investigate how the C# debugger's expression evaluator resolves types when extern aliases are used. Look at the code that handles type resolution in the debugger EE (Expression Evaluator) for the case of duplicate type names with aliases. Focus on the ALIAS construct and how aliased types are resolved.
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- C#Compiler concepts