waf / CSharpRepl

A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
https://fuqua.io/CSharpRepl/
Mozilla Public License 2.0
2.93k stars 113 forks source link

Get rid of type formatting from PrettyPrinter.Exceptions #238

Closed kindermannhubert closed 1 year ago

kindermannhubert commented 1 year ago

Feature Description

It's highly duplicated logic of what we have in TypeNameFormatter but with some improvements for call-stack formatting. We should appropriately extend TypeNameFormatter and remove type formatting from PrettyPrinter.Exceptions.