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