3 instantiations of SkillInstallResult
aspire (3)
Commands\AgentInitCommand.cs (3)
698return new(Succeeded: true, UpdatedSkill: null); 702return new(Succeeded: true, new InstalledSkillSummaryItem(skill.Name, displayLocation)); 708return new(Succeeded: false, UpdatedSkill: null);
2 references to SkillInstallResult
aspire (2)
Commands\AgentInitCommand.cs (2)
333var installResult = await InstallSkillAsync( 658private async Task<SkillInstallResult> InstallSkillAsync(