tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.09k stars 56 forks source link

Console.WriteLine(char value) overload not displaying in Results Panel #225

Open xgdoggiex opened 1 week ago

xgdoggiex commented 1 week ago

Hello!

I appear to be having an issue displaying the output of the below example code in NetPad:

char a = 'I';
Console.WriteLine("Printing a char");
Console.WriteLine(a);

It appears as though using the Console.WriteLine(char value) overload does not print anything to the Results pane:

NetPad Screenshot

NetPad Version: v0.7.1

tareqimbasher commented 1 week ago

Thank you for reporting, I'll get this fixed.