dotnet/runtime

Add debug visualizer for dynamic methods

Open

#42,131 opened on 2020年9月11日

GitHub で見る
 (8 comments) (7 reactions) (0 assignees)C# (5,445 forks)batch import
area-System.Reflection.Emithard-problemhelp wanted

Repository metrics

Stars
 (17,886 stars)
PR merge metrics
 (平均マージ 12d 11h) (30d で 661 merged PRs)

説明

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.

コントリビューターガイド