dotnet/runtime

Add debug visualizer for dynamic methods

Aberta

#42.131 aberto em 11 de set. de 2020

 (8 comentários) (7 reações) (0 responsável)C# (5.445 forks)batch import
area-System.Reflection.Emithard-problemhelp wanted

Métricas do repositório

Stars
 (17.886 estrelas)
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