Starting from yesterday, when I tried to build and run backtest with my previous coce, the code editor complains that "the type or namespace 'Drawing' doesn't exist in the namespace 'System' (are you missing an assembly reference)?"Previously my code uses System.Drawing.Color. Now this class is not accessible. Is that due to a recent update of QuantConnect/Lean such that System.Drawing is no longer available?

Author