4 references to ShouldInstallFile
aspire (2)
Agents\AspireSkills\AspireSkillsBundle.cs (2)
45if (!skill.ShouldInstallFile(relativePath) || 46!bundledSkill.Definition.ShouldInstallFile(relativePath))
Aspire.Cli.Tests (2)
Agents\CommonAgentApplicatorsTests.cs (2)
145Assert.False(bundleSkill.ShouldInstallFile(Path.Combine("evals", "evals.json"))); 146Assert.True(bundleSkill.ShouldInstallFile("SKILL.md"));