16 references to Report
Microsoft.ML.Core (16)
CommandLine\CmdParser.cs (16)
548Report("Unrecognized command line argument '{0}'", argument); 627Report("Error: Tag not allowed for option '{0}'", arg.LongName); 646Report("Error: Need a value for option '{0}'", arg.LongName); 986Report("Error: Can't open command line argument file '{0}' : '{1}'", fileName, e.Message); 993Report("Error: Unbalanced '\"' in command line argument file '{0}'", fileName); 1533owner.Report("Duplicate component kind for argument {0}", LongName); 1556owner.Report("There was an error creating the ComponentFactory. Ensure '{0}' is configured correctly.", LongName); 1587owner.Report("There was an error creating the ComponentFactory. Ensure '{0}' is configured correctly.", LongName); 1622owner.Report("There was an error creating the ComponentFactory. Ensure '{0}' is configured correctly.", LongName); 1660owner.Report("Missing required argument '<{0}>'.", LongName); 1662owner.Report("Missing required argument '{0}'.", LongName); 1668owner.Report("Duplicate '{0}' argument '{1}'", LongName, value); 1677owner.Report("Duplicate '{0}' argument: '{1}' then '{2}'", LongName, val.FirstValue, value); 1687owner.Report("Tags aren't allowed for '{0}' argument", LongName); 1733owner.Report("'{0}' is not a valid value for the '{1}' command line option", value, LongName); 1772owner.Report("Expected arguments in curly braces for '{0}'", LongName);