1 instantiation of InstalledSkillSummaryItem
aspire (1)
Commands\AgentInitCommand.cs (1)
744return new(Succeeded: true, new InstalledSkillSummaryItem(skill.Name, displayLocation));
3 references to InstalledSkillSummaryItem
aspire (3)
Commands\AgentInitCommand.cs (3)
352var installedSkills = new List<InstalledSkillSummaryItem>(); 754private void DisplayInstalledSkillsSummary(IReadOnlyList<InstalledSkillSummaryItem> installedSkills) 818private readonly record struct SkillInstallResult(bool Succeeded, InstalledSkillSummaryItem? UpdatedSkill);