3 instantiations of SkillInstallResult
aspire (3)
Commands\AgentInitCommand.cs (3)
740
return
new
(Succeeded: true, UpdatedSkill: null);
744
return
new
(Succeeded: true, new InstalledSkillSummaryItem(skill.Name, displayLocation));
750
return
new
(Succeeded: false, UpdatedSkill: null);
2 references to SkillInstallResult
aspire (2)
Commands\AgentInitCommand.cs (2)
371
var
installResult = await InstallSkillAsync(
700
private async Task<
SkillInstallResult
> InstallSkillAsync(