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