5 references to CommandLineUtility
NuGet.CommandLine.XPlat (5)
Commands\PackageReferenceCommands\AddPackageReferenceCommand.cs (2)
122
Frameworks =
CommandLineUtility
.SplitAndJoinAcrossMultipleValues(frameworkValues),
123
Sources =
CommandLineUtility
.SplitAndJoinAcrossMultipleValues(sourceValues),
Commands\Signing\SignCommand.cs (2)
153
HashAlgorithmName hashAlgorithm =
CommandLineUtility
.ParseAndValidateHashAlgorithm(algorithmValue, "--hash-algorithm", signingSpec);
154
HashAlgorithmName timestampHashAlgorithm =
CommandLineUtility
.ParseAndValidateHashAlgorithm(timestamperAlgorithmValue, "--timestamp-hash-algorithm", signingSpec);
Commands\Signing\TrustedSignersCommand.cs (1)
216
Owners =
CommandLineUtility
.SplitAndJoinAcrossMultipleValues(owners != null ? new[] { owners } : null),