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

Null values in tuples formatting #205

Closed kindermannhubert closed 1 year ago

kindermannhubert commented 1 year ago

Version

last

What happened?

Input: (default(string), default(string))

Expected output: image

Actual output: image

kindermannhubert commented 1 year ago

This needs an implementation of a custom tuple formatter (now just ToString is used for tuples). That also means we do not have any formatting of tuple items now.