1 write to LongName
NuGet.CommandLine.XPlat (1)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandOption.cs (1)
22
LongName
= part.Substring(2);
12 references to LongName
NuGet.CommandLine.XPlat (12)
Commands\Signing\SignCommand.cs (4)
115
HashAlgorithmName hashAlgorithm = CommandLineUtility.ParseAndValidateHashAlgorithm(algorithm.Value(), algorithm.
LongName
, signingSpec);
116
HashAlgorithmName timestampHashAlgorithm = CommandLineUtility.ParseAndValidateHashAlgorithm(timestamperAlgorithm.Value(), timestamperAlgorithm.
LongName
, signingSpec);
192
location.
LongName
,
211
store.
LongName
,
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (7)
152
option = command.GetOptions().SingleOrDefault(opt => string.Equals(opt.
LongName
, longOptionName, StringComparison.Ordinal));
183
throw new CommandParsingException(command, $"Unexpected value '{longOption[1]}' for option '{option.
LongName
}'");
228
throw new CommandParsingException(command, $"Unexpected value '{shortOption[1]}' for option '{option.
LongName
}'");
247
throw new CommandParsingException(command, $"Unexpected value '{arg}' for option '{option.
LongName
}'");
293
throw new CommandParsingException(command, $"Missing value for option '{option.
LongName
}'");
342
Out.WriteLine(string.Format("Specify --{0} for a list of available options and commands.", OptionHelp.
LongName
));
441
commandsBuilder.AppendFormat($"Use \"{target.Name} [command] --{OptionHelp.
LongName
}\" for more information about a command.");
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandOption.cs (1)
48
if (string.IsNullOrEmpty(
LongName
) && string.IsNullOrEmpty(ShortName) && string.IsNullOrEmpty(SymbolName))