12 instantiations of SkillBundleFile
Aspire.Cli.Tests (12)
Agents\AspireSkillsBundleTests.cs (9)
162new SkillBundleFile 205new SkillBundleFile 437new SkillBundleFile 526new SkillBundleFile 574new SkillBundleFile 579new SkillBundleFile 700new SkillBundleFile 859.Select(file => new SkillBundleFile 896new SkillBundleFile
Agents\AspireSkillsInstallerTests.cs (1)
2037new SkillBundleFile
Commands\AgentInitCommandTests.cs (1)
865new SkillBundleFile
TestServices\FakePlaywrightServices.cs (1)
186.Select(entry => new SkillBundleFile
3 references to SkillBundleFile
aspire (3)
Agents\AspireSkills\AspireSkillsBundleProvider.cs (2)
226foreach (var file in skillFiles) 276private static SkillAssetFile ValidateFile(DirectoryInfo bundleDirectory, string skillName, SkillBundleFile file)
Agents\AspireSkills\SkillBundleManifest.cs (1)
44public SkillBundleFile?[] Files { get; init; } = [];