2 writes to Authors
aspire-nuget (2)
Commands\SearchCommand.cs (1)
269
Authors
= result.Authors,
SearchJsonContext.PackageInfo.g.cs (1)
123
Setter = static (obj, value) => ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)obj).
Authors
= value!,
2 references to Authors
aspire-nuget (2)
SearchJsonContext.PackageInfo.g.cs (2)
122
Getter = static obj => ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)obj).
Authors
,
227
string __value_Authors = ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)value).
Authors
;