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