1 write to InstallExcludedRelativePaths
aspire (1)
Agents\SkillDefinition.cs (1)
71InstallExcludedRelativePaths = installExcludedRelativePaths;
3 references to InstallExcludedRelativePaths
aspire (1)
Agents\SkillDefinition.cs (1)
111foreach (var excludedPath in InstallExcludedRelativePaths)
Aspire.Cli.Tests (2)
Agents\AspireSkillsBundleTests.cs (1)
108Assert.Equal(["evals"], skill.InstallExcludedRelativePaths);
Agents\CommonAgentApplicatorsTests.cs (1)
144Assert.Contains(bundleSkill.InstallExcludedRelativePaths, path => path == Path.Combine("evals"));