1 write to IsDefault
aspire (1)
Agents\SkillLocation.cs (1)
65IsDefault = isDefault;
8 references to IsDefault
aspire (2)
Commands\AgentInitCommand.cs (2)
237var defaultLocationIds = string.Join(",", SkillLocation.All.Where(l => l.IsDefault).Select(l => l.Id)); 244preSelected: SkillLocation.All.Where(l => l.IsDefault),
Aspire.Cli.Tests (6)
Agents\CommonAgentApplicatorsTests.cs (6)
26Assert.True(SkillLocation.Standard.IsDefault); 34Assert.False(SkillLocation.ClaudeCode.IsDefault); 42Assert.True(SkillLocation.Standard.IsDefault); 43Assert.False(SkillLocation.ClaudeCode.IsDefault); 44Assert.False(SkillLocation.GitHubSkills.IsDefault); 45Assert.False(SkillLocation.OpenCode.IsDefault);