8 references to ExitCodes
NuGet.CommandLine.XPlat (8)
Commands\Package\Update\PackageUpdateCommandRunner.cs (8)
74return ExitCodes.Error; 104return ExitCodes.Error; 132return ExitCodes.Success; 337return (ExitCodes.InvalidArgs, projectPackageUpdates, 0); 370int? errorCode = packagesToUpdate is null ? ExitCodes.Error : null; 391int? errorCode = packagesToUpdate is null ? ExitCodes.Error : null; 408return (ExitCodes.Success, projectPackageUpdates, totalPackagesScanned); 413return (ExitCodes.NoPackagesNeedUpdating, projectPackageUpdates, totalPackagesScanned);