16 references to Value
NuGet.CommandLine.XPlat (16)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (2)
120
var settings = ProcessConfigFile(config.Value(), path.
Value
);
133
path.
Value
,
Commands\Signing\TrustedSignersCommand.cs (9)
62
return await ExecuteCommand(TrustCommand.Sync, algorithm: null, allowUntrustedRootOption: false, owners: null, verbosity, configFile, getLogger, setLogLevel, name: name.
Value
);
83
return await ExecuteCommand(TrustCommand.Remove, algorithm: null, allowUntrustedRootOption: false, owners: null, verbosity, configFile, getLogger, setLogLevel, name: name.
Value
);
112
return await ExecuteCommand(TrustCommand.Author, algorithm: null, allowUntrustedRootOption.HasValue(), owners: null, verbosity, configFile, getLogger, setLogLevel, name: name.
Value
, sourceUrl: null, packagePath: package.
Value
);
146
return await ExecuteCommand(TrustCommand.Repository, algorithm: null, allowUntrustedRootOption.HasValue(), owners: owners, verbosity, configFile, getLogger, setLogLevel, name: name.
Value
, sourceUrl: null, packagePath: package.
Value
);
180
return await ExecuteCommand(TrustCommand.Certificate, algorithm, allowUntrustedRootOption.HasValue(), owners: null, verbosity, configFile, getLogger, setLogLevel, name: name.
Value
, sourceUrl: null, packagePath: null, fingerprint: fingerprint.
Value
);
212
return await ExecuteCommand(TrustCommand.Source, algorithm: null, allowUntrustedRootOption: false, owners, verbosity, configFile, getLogger, setLogLevel, name: name.
Value
, sourceUrl: sourceUrl.Value());
Commands\Verbs.cs (5)
62
Source = Source.
Value
,
173
Name = name.
Value
,
213
Name = name.
Value
,
314
Name = name.
Value
,
406
Name = name.
Value
,