8 references to ExitCodes
NuGet.CommandLine.XPlat (8)
Commands\Package\Update\PackageUpdateCommandRunner.cs (8)
66return ExitCodes.Error; 96return ExitCodes.Error; 124return ExitCodes.Success; 267return (ExitCodes.InvalidArgs, projectPackageUpdates, 0); 300int? errorCode = packagesToUpdate is null ? ExitCodes.Error : null; 321int? errorCode = packagesToUpdate is null ? ExitCodes.Error : null; 338return (ExitCodes.Success, projectPackageUpdates, totalPackagesScanned); 343return (ExitCodes.NoPackagesNeedUpdating, projectPackageUpdates, totalPackagesScanned);