dotnet/runtime

Add debug visualizer for dynamic methods

Open

#42.131 aberto em 11 de set. de 2020

Ver no GitHub
 (8 comments) (7 reactions) (0 assignees)C# (5.445 forks)batch import
area-System.Reflection.Emithard-problemhelp wanted

Métricas do repositório

Stars
 (17.886 stars)
Métricas de merge de PR
 (Mesclagem média 12d 11h) (661 fundiu PRs em 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.

Guia do colaborador