2 writes to Deprecated
aspire-nuget (2)
Commands\SearchCommand.cs (1)
272
Deprecated
= await result.GetDeprecationMetadataAsync().ConfigureAwait(false) is not null
SearchJsonContext.PackageInfo.g.cs (1)
185
Setter = static (obj, value) => ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)obj).
Deprecated
= value!,
2 references to Deprecated
aspire-nuget (2)
SearchJsonContext.PackageInfo.g.cs (2)
184
Getter = static obj => ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)obj).
Deprecated
,
243
writer.WriteBoolean(PropName_deprecated, ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)value).
Deprecated
);