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