10 writes to Sha512
Aspire.Cli.Tests (10)
Agents\AspireSkillsBundleTests.cs (7)
440
Sha512
= TestSha512
529
Sha512
= TestSha512
577
Sha512
= ComputeSha512(skillPath)
582
Sha512
= TestSha512
703
Sha512
= ComputeSha512(skillPath)
862
Sha512
= hashOverride ?? ComputeSha512(Path.Combine(skillDirectory, AspireSkillsBundleProvider.NormalizeRelativePath(file.Key)))
899
Sha512
= ComputeSha512(Path.Combine(bundleDirectory, "skills", skillName, "SKILL.md"))
Agents\AspireSkillsInstallerTests.cs (1)
2040
Sha512
= ComputeSha512(skillPath)
Commands\AgentInitCommandTests.cs (1)
868
Sha512
= ComputeSha512(skillPath)
TestServices\FakePlaywrightServices.cs (1)
189
Sha512
= ComputeSha512(Path.Combine(_bundleDirectory.FullName, "skills", skillName, entry.Key.RelativePath))
2 references to Sha512
aspire (2)
Agents\AspireSkills\AspireSkillsBundleProvider.cs (2)
294
if (!string.IsNullOrWhiteSpace(file.
Sha512
))
296
expectedHash = NormalizeSha512(file.
Sha512
);