dotnet/roslyn

Scripting: Improve formatting of anonymous types

Open

#6,103 opened on 2015年10月17日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-InteractiveFeature RequestInteractive-ScriptingIDEhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (平均マージ 5d 21h) (30d で 286 merged PRs)

説明

Instead of

> new { X = 1, Y = 2 }
<>f__AnonymousType0#4<int, int>(\{ X = 1, Y = 2 })

Print something like

> new { X = 1, Y = 2 }
{ X = 1, Y = 2 }

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