2 writes to Description
aspire-nuget (2)
Commands\SearchCommand.cs (1)
268Description = result.Description,
SearchJsonContext.PackageInfo.g.cs (1)
103Setter = static (obj, value) => ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)obj).Description = value!,
4 references to Description
aspire-nuget (4)
Commands\SearchCommand.cs (2)
295if (!string.IsNullOrEmpty(pkg.Description)) 297Console.WriteLine($" {pkg.Description}");
SearchJsonContext.PackageInfo.g.cs (2)
102Getter = static obj => ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)obj).Description, 222string __value_Description = ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)value).Description;