This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Description
DecisionTreeWriter adds ArgumentException to generated code:
writer.WriteLine(indent + "else throw new ArgumentException(\"input\", \"Unexpected value at position " + attributeIndex + ".\");");
But generated "usings" section does not contain using System; (ArgumentException lies there):
writer.WriteLine(" using System.CodeDom.Compiler;");
writer.WriteLine(" using System.Collections.Generic;");