ApplicationModel\ResourceCommandService.cs (5)
275return (CreateArguments([], orderedArgumentValues), null);
282return (CreateArguments([], orderedArgumentValues), null);
287return (CreateArguments(annotation.Arguments, orderedArgumentValues: null), $"Command '{resolvedCommandName}' accepts {annotation.Arguments.Count} argument(s), but {argumentCount} were provided.");
299return (CreateArguments(annotation.Arguments, orderedArgumentValues), CreateDisabledArgumentMessage(resolvedCommandName, disabledArgumentNames));
303return (CreateArguments(annotation.Arguments, orderedArgumentValues), null);