2 writes to Id
aspire-nuget (2)
Commands\SearchCommand.cs (1)
266
Id
= result.Identity.Id,
SearchJsonContext.PackageInfo.g.cs (1)
59
Setter = static (obj, value) => ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)obj).
Id
= value!,
5 references to Id
aspire-nuget (5)
Commands\SearchCommand.cs (3)
158
.GroupBy(p => p.
Id
, StringComparer.OrdinalIgnoreCase)
160
.OrderBy(p => p.
Id
)
294
Console.WriteLine($"{pkg.
Id
} {pkg.Version}");
SearchJsonContext.PackageInfo.g.cs (2)
58
Getter = static obj => ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)obj).
Id
,
212
string __value_Id = ((global::Aspire.Cli.NuGetHelper.Commands.PackageInfo)value).
Id
;