4 references to VerifyIntegrity
aspire (1)
Agents\Playwright\PlaywrightCliInstaller.cs (1)
196
if (!validationDisabled && !
VerifyIntegrity
(tarballPath, packageInfo.Integrity))
Aspire.Cli.Tests (3)
Agents\PlaywrightCliInstallerTests.cs (3)
266
Assert.True(PlaywrightCliInstaller.
VerifyIntegrity
(tempPath, integrity));
282
Assert.False(PlaywrightCliInstaller.
VerifyIntegrity
(tempPath, "sha512-wronghash"));
298
Assert.False(PlaywrightCliInstaller.
VerifyIntegrity
(tempPath, "sha256-somehash"));