2 references to ComputeIntegrity
aspire (1)
Agents\Playwright\PlaywrightCliInstaller.cs (1)
212var tarballIntegrity = ComputeIntegrity(tarballPath);
Aspire.Cli.Tests (1)
Agents\PlaywrightCliInstallerTests.cs (1)
385Assert.Equal(expectedIntegrity, PlaywrightCliInstaller.ComputeIntegrity(tempPath));