5 references to CommandLineUtility
NuGet.CommandLine.XPlat (5)
Commands\PackageReferenceCommands\AddPackageReferenceCommand.cs (2)
98
Frameworks =
CommandLineUtility
.SplitAndJoinAcrossMultipleValues(frameworks.Values),
99
Sources =
CommandLineUtility
.SplitAndJoinAcrossMultipleValues(sources.Values),
Commands\Signing\SignCommand.cs (2)
115
HashAlgorithmName hashAlgorithm =
CommandLineUtility
.ParseAndValidateHashAlgorithm(algorithm.Value(), algorithm.LongName, signingSpec);
116
HashAlgorithmName timestampHashAlgorithm =
CommandLineUtility
.ParseAndValidateHashAlgorithm(timestamperAlgorithm.Value(), timestamperAlgorithm.LongName, signingSpec);
Commands\Signing\TrustedSignersCommand.cs (1)
265
Owners =
CommandLineUtility
.SplitAndJoinAcrossMultipleValues(owners?.Values),