dotnet/roslyn

Scripting: Improve formatting of anonymous types

開放

#6,103 建立於 2015年10月17日

 (1 則留言) (0 個反應) (0 位負責人)C# (4,257 個分叉)batch import
Area-InteractiveFeature RequestInteractive-ScriptingIDEhelp wanted

倉庫指標

星標
 (20,414 顆星)
PR 合併指標
 (平均合併 6天 17小時) (30 天內合併 256 個 PR)

描述

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 }

貢獻者指南