4 references to Error
NuGet.CommandLine.XPlat (4)
Commands\Package\Update\PackageUpdateCommandRunner.cs (4)
66
return ExitCodes.
Error
;
96
return ExitCodes.
Error
;
300
int? errorCode = packagesToUpdate is null ? ExitCodes.
Error
: null;
321
int? errorCode = packagesToUpdate is null ? ExitCodes.
Error
: null;