12 references to Deprecated
NuGet.CommandLine.XPlat (12)
Commands\PackageReferenceCommands\ListPackage\ListPackageArgs.cs (1)
87case ReportType.Deprecated:
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (1)
168return isDeprecated ? ReportType.Deprecated : isOutdated ? ReportType.Outdated : ReportType.Vulnerable;
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (1)
359case ReportType.Deprecated:
ListPackage\ListPackageConsoleRenderer.cs (3)
121case ReportType.Deprecated: 155case ReportType.Deprecated: 241case ReportType.Deprecated:
ListPackage\ListPackageJsonRenderer.cs (2)
240case ReportType.Deprecated: 283case ReportType.Deprecated:
Utility\ProjectPackagesPrintUtility.cs (4)
86deprecationReasons: reportType == ReportType.Deprecated ? p.ResolvedPackageMetadata.GetDeprecationMetadataAsync().Result : null, 87alternativePackage: reportType == ReportType.Deprecated ? (p.ResolvedPackageMetadata.GetDeprecationMetadataAsync().Result)?.AlternatePackage : null 139case ReportType.Deprecated: 296case ReportType.Deprecated: