dotnet/runtime

Add debug visualizer for dynamic methods

Open

#42.131 aperta il 11 set 2020

Vedi su GitHub
 (8 commenti) (7 reazioni) (0 assegnatari)C# (5445 fork)batch import
area-System.Reflection.Emithard-problemhelp wanted

Metriche repository

Star
 (17.886 star)
Metriche merge PR
 (Merge medio 12g 11h) (661 PR mergiate in 30 g)

Descrizione

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.

Guida contributor