A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
Mozilla Public License 2.0
2.93k
stars
113
forks
source link
Add output length limiting capability to new object formatting #230
Closed
kindermannhubert closed 1 year ago
Feature Description
When #223 is done.
IEnumerableFormatter
).PrettyPrinter.FormatObjectSafe<TResult>
- there are created strings (byToString
) on multiple places, they should be also length limited.Tree
(when #224 is done).