3 references to Deprecation
NuGet.CommandLine.XPlat (1)
Commands\PackageSearch\JsonFormat\SearchResultPackagesConverter.cs (1)
75
WriteStringIfNotNullOrWhiteSpace(writer, JsonProperties.
Deprecation
, packageDeprecationMetadata?.Message);
NuGet.Protocol (2)
Model\PackageSearchMetadata.cs (2)
308
[JsonProperty(PropertyName = JsonProperties.
Deprecation
)]
309
[JsonPropertyName(JsonProperties.
Deprecation
)]