16 references to Report
Microsoft.ML.Core (16)
CommandLine\CmdParser.cs (16)
549Report("Unrecognized command line argument '{0}'", argument); 628Report("Error: Tag not allowed for option '{0}'", arg.LongName); 647Report("Error: Need a value for option '{0}'", arg.LongName); 987Report("Error: Can't open command line argument file '{0}' : '{1}'", fileName, e.Message); 994Report("Error: Unbalanced '\"' in command line argument file '{0}'", fileName); 1534owner.Report("Duplicate component kind for argument {0}", LongName); 1557owner.Report("There was an error creating the ComponentFactory. Ensure '{0}' is configured correctly.", LongName); 1588owner.Report("There was an error creating the ComponentFactory. Ensure '{0}' is configured correctly.", LongName); 1623owner.Report("There was an error creating the ComponentFactory. Ensure '{0}' is configured correctly.", LongName); 1661owner.Report("Missing required argument '<{0}>'.", LongName); 1663owner.Report("Missing required argument '{0}'.", LongName); 1669owner.Report("Duplicate '{0}' argument '{1}'", LongName, value); 1678owner.Report("Duplicate '{0}' argument: '{1}' then '{2}'", LongName, val.FirstValue, value); 1688owner.Report("Tags aren't allowed for '{0}' argument", LongName); 1734owner.Report("'{0}' is not a valid value for the '{1}' command line option", value, LongName); 1773owner.Report("Expected arguments in curly braces for '{0}'", LongName);