6 references to ComputeSha512
Aspire.Cli.Tests (6)
Agents\AspireSkillsBundleTests.cs (6)
577Sha512 = ComputeSha512(skillPath) 621ComputeSha512(archivePath), 657{ "relativePath": "SKILL.md", "sha512": "{{ComputeSha512(skillPath)}}" } 703Sha512 = ComputeSha512(skillPath) 862Sha512 = hashOverride ?? ComputeSha512(Path.Combine(skillDirectory, AspireSkillsBundleProvider.NormalizeRelativePath(file.Key))) 899Sha512 = ComputeSha512(Path.Combine(bundleDirectory, "skills", skillName, "SKILL.md"))