dotnet/roslyn

Scripting: Improve formatting of anonymous types

Open

#6103 aperta il 17 ott 2015

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C# (4257 fork)batch import
Area-InteractiveFeature RequestInteractive-ScriptingIDEhelp wanted

Metriche repository

Star
 (20.414 star)
Metriche merge PR
 (Merge medio 5g 21h) (286 PR mergiate in 30 g)

Descrizione

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 }

Guida contributor