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