help
Root Question Message
'ConsoleColor' does not contain a definition for 'DrawingColor' and no accessible extension method 'DrawingColor' accepting a first argument of type 'ConsoleColor' could be found (are you missing a using directive or an assembly reference?)
`color.Value.DrawingColor().Name
color
is of type ConsoleColor
ConsoleColor?
.Value
(without even checking if that value exists in the first place, by the by)ConsoleColor
ConsoleColor.DrawingColor()
exists