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