1 write to ConfigKey
NuGet.CommandLine.XPlat (1)
Commands\ConfigCommands\ConfigCommand.cs (1)
203
ConfigKey
= parseResult.GetValue(UnsetConfigKeyArgument),
3 references to ConfigKey
NuGet.CommandLine.XPlat (3)
Commands\ConfigCommands\ConfigRunners.cs (3)
126
RunnerHelper.ValidateConfigKey(args.
ConfigKey
);
135
if (!SettingsUtility.DeleteConfigValue(settings, args.
ConfigKey
))
137
getLogger().LogMinimal(string.Format(CultureInfo.CurrentCulture, Strings.ConfigUnsetNonExistingKey, args.
ConfigKey
));