1 override of Success
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
480public override bool Success => RestoreResultPairs.All(pair => pair.Result.Success);
1 reference to Success
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateCommandRunner.cs (1)
93if (!restorePreviewResult.Success)