8 comments (8 comments)7 reactions (7 reactions)0 assignees (0 assignees)C#5,445 forks (5,445 forks)batch import
area-System.Reflection.Emithard-problemhelp wanted
Repository metrics
- Stars
- 17,886 stars (17,886 stars)
- PR merge metrics
- Avg merge 12d 11h (Avg merge 12d 11h)661 merged PRs in 30d (661 merged PRs in 30d)
Description
It can be difficult when using dynamic methods to understand exactly what IL was generated, which is important when debugging them. We should consider adding a simple IL debug visualizer on DynamicMethod.
Contributor guide
- Research direction
- Investigate how debug visualizers are implemented in the .NET debugger and examine the DynamicMethod class to understand its internal IL representation.
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Gitdebugging